Html Css Color HEX #BDC071 Pine Glade

📋 copy color: '#BDC071'

red 189 ◦ green 192 ◦ blue 113

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

Shades of Pine Glade #BDC071

Tints of Pine Glade #BDC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 113 (44.53% from 255) = 22.87%

R = 38.26%
G = 38.87%
B = 22.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BDC071 (or 0xBDC071) is known color: Pine Glade. HEX triplet: BD, C0 and 71. RGB value is (189,192,113). Sum of RGB (Red+Green+Blue) = 189+192+113=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC071 is #423F8E. Grayscale: #B6B6B6. Windows color (decimal): -4341647 or 7454909. OLE color: 7454909.

HSL color Cylindrical-coordinate representation of color #BDC071: hue angle of 62.28º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC071 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 113 -
CMYK 0.02 0 0.41 0.25
HSL 62.28º 0.39% 0.6% -
HSV(B) 62.28º 0.41% 0.75% -
XYZ 42.82 49.71 22.96 -
YUV 182.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 189 192 113 0.02 0 0.41 0.25 62.28 0.39 0.6
Hex BD C0 71 2 0 29 19 3E 27 3C
Octal 275 300 161 2 0 51 31 76 47 74
Binary 10111101 11000000 1110001 10 0 101001 11001 111110 100111 111100

Color Harmonies of #BDC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC071

Black with #BDC071

Text Example


Text Example

White with #BDC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC071; }

 p { color: rgb(189,192,113); }

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

background-color css

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

 a { background-color: rgb(189,192,113); }

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

border-color css

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

 span { border-color: rgb(189,192,113); }

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