Html Css Color HEX #BDC08B Pine Glade

📋 copy color: '#BDC08B'

red 189 ◦ green 192 ◦ blue 139

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

Shades of Pine Glade #BDC08B

Tints of Pine Glade #BDC08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 36.35%
G = 36.92%
B = 26.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BDC08B (or 0xBDC08B) is known color: Pine Glade. HEX triplet: BD, C0 and 8B. RGB value is (189,192,139). Sum of RGB (Red+Green+Blue) = 189+192+139=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC08B is #423F74. Grayscale: #B9B9B9. Windows color (decimal): -4341621 or 9158845. OLE color: 9158845.

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

Color convert

RGB 189 192 139 -
CMYK 0.02 0 0.28 0.25
HSL 63.4º 0.3% 0.65% -
HSV(B) 63.4º 0.28% 0.75% -
XYZ 44.5 50.38 31.81 -
YUV 185.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 189 192 139 0.02 0 0.28 0.25 63.4 0.3 0.65
Hex BD C0 8B 2 0 1C 19 3F 1E 41
Octal 275 300 213 2 0 34 31 77 36 101
Binary 10111101 11000000 10001011 10 0 11100 11001 111111 11110 1000001

Color Harmonies of #BDC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC08B

Black with #BDC08B

Text Example


Text Example

White with #BDC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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