Html Css Color HEX #BDD749 Conifer

📋 copy color: '#BDD749'

red 189 ◦ green 215 ◦ blue 73

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

Shades of Conifer #BDD749

Tints of Conifer #BDD749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.07%

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

R = 39.62%
G = 45.07%
B = 15.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BDD749 (or 0xBDD749) is known color: Conifer. HEX triplet: BD, D7 and 49. RGB value is (189,215,73). Sum of RGB (Red+Green+Blue) = 189+215+73=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD749 is #4228B6. Grayscale: #BFBFBF. Windows color (decimal): -4335799 or 4839357. OLE color: 4839357.

HSL color Cylindrical-coordinate representation of color #BDD749: hue angle of 70.99º degrees, saturation: 0.64, 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 #BDD749 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 73 -
CMYK 0.12 0 0.66 0.16
HSL 70.99º 0.64% 0.56% -
HSV(B) 70.99º 0.66% 0.84% -
XYZ 46.49 59.9 15.42 -
YUV 191.04 61.39 126.55 -
System Red Green Blue C M Y K H S L
Decimal 189 215 73 0.12 0 0.66 0.16 70.99 0.64 0.56
Hex BD D7 49 C 0 42 10 47 40 38
Octal 275 327 111 14 0 102 20 107 100 70
Binary 10111101 11010111 1001001 1100 0 1000010 10000 1000111 1000000 111000

Color Harmonies of #BDD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD749

Black with #BDD749

Text Example


Text Example

White with #BDD749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD749; }

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

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

background-color css

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

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

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

border-color css

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

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

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