Html Css Color HEX #BDD449 Conifer

📋 copy color: '#BDD449'

red 189 ◦ green 212 ◦ blue 73

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

Shades of Conifer #BDD449

Tints of Conifer #BDD449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

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

R = 39.87%
G = 44.73%
B = 15.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#BDD449 (or 0xBDD449) is known color: Conifer. HEX triplet: BD, D4 and 49. RGB value is (189,212,73). Sum of RGB (Red+Green+Blue) = 189+212+73=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD449 is #422BB6. Grayscale: #BDBDBD. Windows color (decimal): -4336567 or 4838589. OLE color: 4838589.

HSL color Cylindrical-coordinate representation of color #BDD449: hue angle of 69.93º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDD449 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 73 -
CMYK 0.11 0 0.66 0.17
HSL 69.93º 0.62% 0.56% -
HSV(B) 69.93º 0.66% 0.83% -
XYZ 45.73 58.39 15.16 -
YUV 189.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 189 212 73 0.11 0 0.66 0.17 69.93 0.62 0.56
Hex BD D4 49 B 0 42 11 46 3E 38
Octal 275 324 111 13 0 102 21 106 76 70
Binary 10111101 11010100 1001001 1011 0 1000010 10001 1000110 111110 111000

Color Harmonies of #BDD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD449

Black with #BDD449

Text Example


Text Example

White with #BDD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD449; }

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

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

background-color css

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

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

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

border-color css

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

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

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