Html Css Color HEX #BDDC49 Conifer

📋 copy color: '#BDDC49'

red 189 ◦ green 220 ◦ blue 73

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

Shades of Conifer #BDDC49

Tints of Conifer #BDDC49

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 39.21%
G = 45.64%
B = 15.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#BDDC49 (or 0xBDDC49) is known color: Conifer. HEX triplet: BD, DC and 49. RGB value is (189,220,73). Sum of RGB (Red+Green+Blue) = 189+220+73=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC49 is #4223B6. Grayscale: #C2C2C2. Windows color (decimal): -4334519 or 4840637. OLE color: 4840637.

HSL color Cylindrical-coordinate representation of color #BDDC49: hue angle of 72.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDDC49 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 73 -
CMYK 0.14 0 0.67 0.14
HSL 72.65º 0.68% 0.57% -
HSV(B) 72.65º 0.67% 0.86% -
XYZ 47.78 62.49 15.85 -
YUV 193.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 189 220 73 0.14 0 0.67 0.14 72.65 0.68 0.57
Hex BD DC 49 E 0 43 E 49 44 39
Octal 275 334 111 16 0 103 16 111 104 71
Binary 10111101 11011100 1001001 1110 0 1000011 1110 1001001 1000100 111001

Color Harmonies of #BDDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC49

Black with #BDDC49

Text Example


Text Example

White with #BDDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC49; }

 p { color: rgb(189,220,73); }

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

background-color css

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

 a { background-color: rgb(189,220,73); }

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

border-color css

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

 span { border-color: rgb(189,220,73); }

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