Html Css Color HEX #BDCA88 Pine Glade

📋 copy color: '#BDCA88'

red 189 ◦ green 202 ◦ blue 136

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

Shades of Pine Glade #BDCA88

Tints of Pine Glade #BDCA88

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.33%

 BLUE value IS 136 (53.52% from 255) = 25.81%

R = 35.86%
G = 38.33%
B = 25.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#BDCA88 (or 0xBDCA88) is known color: Pine Glade. HEX triplet: BD, CA and 88. RGB value is (189,202,136). Sum of RGB (Red+Green+Blue) = 189+202+136=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA88 is #423577. Grayscale: #BEBEBE. Windows color (decimal): -4339064 or 8964797. OLE color: 8964797.

HSL color Cylindrical-coordinate representation of color #BDCA88: hue angle of 71.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCA88 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 136 -
CMYK 0.06 0 0.33 0.21
HSL 71.82º 0.38% 0.66% -
HSV(B) 71.82º 0.33% 0.79% -
XYZ 46.55 54.84 31.42 -
YUV 190.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 189 202 136 0.06 0 0.33 0.21 71.82 0.38 0.66
Hex BD CA 88 6 0 21 15 48 26 42
Octal 275 312 210 6 0 41 25 110 46 102
Binary 10111101 11001010 10001000 110 0 100001 10101 1001000 100110 1000010

Color Harmonies of #BDCA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA88

Black with #BDCA88

Text Example


Text Example

White with #BDCA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA88; }

 p { color: rgb(189,202,136); }

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

background-color css

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

 a { background-color: rgb(189,202,136); }

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

border-color css

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

 span { border-color: rgb(189,202,136); }

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