Html Css Color HEX #BDD549 Conifer

📋 copy color: '#BDD549'

red 189 ◦ green 213 ◦ blue 73

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

Shades of Conifer #BDD549

Tints of Conifer #BDD549

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.84%

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

R = 39.79%
G = 44.84%
B = 15.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BDD549 (or 0xBDD549) is known color: Conifer. HEX triplet: BD, D5 and 49. RGB value is (189,213,73). Sum of RGB (Red+Green+Blue) = 189+213+73=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD549 is #422AB6. Grayscale: #BEBEBE. Windows color (decimal): -4336311 or 4838845. OLE color: 4838845.

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

Color convert

RGB 189 213 73 -
CMYK 0.11 0 0.66 0.16
HSL 70.29º 0.63% 0.56% -
HSV(B) 70.29º 0.66% 0.84% -
XYZ 45.98 58.89 15.25 -
YUV 189.86 62.05 127.38 -
System Red Green Blue C M Y K H S L
Decimal 189 213 73 0.11 0 0.66 0.16 70.29 0.63 0.56
Hex BD D5 49 B 0 42 10 46 3E 38
Octal 275 325 111 13 0 102 20 106 76 70
Binary 10111101 11010101 1001001 1011 0 1000010 10000 1000110 111110 111000

Color Harmonies of #BDD549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD549

Black with #BDD549

Text Example


Text Example

White with #BDD549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD549; }

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

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

background-color css

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

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

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

border-color css

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

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

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