Html Css Color HEX #BDD947 Conifer

📋 copy color: '#BDD947'

red 189 ◦ green 217 ◦ blue 71

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

Shades of Conifer #BDD947

Tints of Conifer #BDD947

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

 BLUE value IS 71 (28.13% from 255) = 14.88%

R = 39.62%
G = 45.49%
B = 14.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BDD947 (or 0xBDD947) is known color: Conifer. HEX triplet: BD, D9 and 47. RGB value is (189,217,71). Sum of RGB (Red+Green+Blue) = 189+217+71=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD947 is #4226B8. Grayscale: #C0C0C0. Windows color (decimal): -4335289 or 4708797. OLE color: 4708797.

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

Color convert

RGB 189 217 71 -
CMYK 0.13 0 0.67 0.15
HSL 71.51º 0.66% 0.56% -
HSV(B) 71.51º 0.67% 0.85% -
XYZ 46.94 60.9 15.24 -
YUV 191.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 189 217 71 0.13 0 0.67 0.15 71.51 0.66 0.56
Hex BD D9 47 D 0 43 F 48 42 38
Octal 275 331 107 15 0 103 17 110 102 70
Binary 10111101 11011001 1000111 1101 0 1000011 1111 1001000 1000010 111000

Color Harmonies of #BDD947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD947

Black with #BDD947

Text Example


Text Example

White with #BDD947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD947; }

 p { color: rgb(189,217,71); }

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

background-color css

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

 a { background-color: rgb(189,217,71); }

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

border-color css

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

 span { border-color: rgb(189,217,71); }

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