Html Css Color HEX #BDC871 Pine Glade

📋 copy color: '#BDC871'

red 189 ◦ green 200 ◦ blue 113

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

Shades of Pine Glade #BDC871

Tints of Pine Glade #BDC871

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

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

R = 37.65%
G = 39.84%
B = 22.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#BDC871 (or 0xBDC871) is known color: Pine Glade. HEX triplet: BD, C8 and 71. RGB value is (189,200,113). Sum of RGB (Red+Green+Blue) = 189+200+113=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC871 is #42378E. Grayscale: #BBBBBB. Windows color (decimal): -4339599 or 7456957. OLE color: 7456957.

HSL color Cylindrical-coordinate representation of color #BDC871: hue angle of 67.59º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDC871 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 113 -
CMYK 0.06 0 0.44 0.22
HSL 67.59º 0.44% 0.61% -
HSV(B) 67.59º 0.44% 0.78% -
XYZ 44.62 53.32 23.56 -
YUV 186.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 189 200 113 0.06 0 0.44 0.22 67.59 0.44 0.61
Hex BD C8 71 6 0 2C 16 44 2C 3D
Octal 275 310 161 6 0 54 26 104 54 75
Binary 10111101 11001000 1110001 110 0 101100 10110 1000100 101100 111101

Color Harmonies of #BDC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC871

Black with #BDC871

Text Example


Text Example

White with #BDC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC871; }

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

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

background-color css

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

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

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

border-color css

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

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

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