Html Css Color HEX #BDDF4C Conifer

📋 copy color: '#BDDF4C'

red 189 ◦ green 223 ◦ blue 76

#BDDF4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BDDF4C

Tints of Conifer #BDDF4C

RGB

 RED value IS 189 (74.22% from 255) = 38.73%

 GREEN value IS 223 (87.5% from 255) = 45.7%

 BLUE value IS 76 (30.08% from 255) = 15.57%

R = 38.73%
G = 45.7%
B = 15.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDDF4C (or 0xBDDF4C) is known color: Conifer. HEX triplet: BD, DF and 4C. RGB value is (189,223,76). Sum of RGB (Red+Green+Blue) = 189+223+76=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF4C is #4220B3. Grayscale: #C4C4C4. Windows color (decimal): -4333748 or 5038013. OLE color: 5038013.

HSL color Cylindrical-coordinate representation of color #BDDF4C: hue angle of 73.88º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDDF4C is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 76 -
CMYK 0.15 0 0.66 0.13
HSL 73.88º 0.7% 0.59% -
HSV(B) 73.88º 0.66% 0.87% -
XYZ 48.68 64.12 16.65 -
YUV 196.08 60.24 122.95 -
System Red Green Blue C M Y K H S L
Decimal 189 223 76 0.15 0 0.66 0.13 73.88 0.7 0.59
Hex BD DF 4C F 0 42 D 4A 46 3B
Octal 275 337 114 17 0 102 15 112 106 73
Binary 10111101 11011111 1001100 1111 0 1000010 1101 1001010 1000110 111011

Color Harmonies of #BDDF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF4C

Black with #BDDF4C

Text Example


Text Example

White with #BDDF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF4C; }

 p { color: rgb(189,223,76); }

 H1.HeaderClassName
 {
   color: #BDDF4C;
 }
 .AnyTagClassName
 {
   color: #BDDF4C;
 }
</style>

background-color css

<style>
 a { background-color: #BDDF4C; }

 a { background-color: rgb(189,223,76); }

 div.DivClassName
 {
   background-color: #BDDF4C;
 }
 .BgClassName
 {
   background-color: #BDDF4C;
 }
</style>

border-color css

<style>
 span { border-color: #BDDF4C; }

 span { border-color: rgb(189,223,76); }

 td.TdClassName
 {
   border-color: #BDDF4C;
 }
 .TagClassName
 {
   border-color: #BDDF4C;
 }
</style>