Html Css Color HEX #B9C07B Pine Glade

📋 copy color: '#B9C07B'

red 185 ◦ green 192 ◦ blue 123

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

Shades of Pine Glade #B9C07B

Tints of Pine Glade #B9C07B

RGB

 RED value IS 185 (72.66% from 255) = 37%

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

 BLUE value IS 123 (48.44% from 255) = 24.6%

R = 37%
G = 38.4%
B = 24.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#B9C07B (or 0xB9C07B) is known color: Pine Glade. HEX triplet: B9, C0 and 7B. RGB value is (185,192,123). Sum of RGB (Red+Green+Blue) = 185+192+123=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C07B is #463F84. Grayscale: #B6B6B6. Windows color (decimal): -4603781 or 8110265. OLE color: 8110265.

HSL color Cylindrical-coordinate representation of color #B9C07B: hue angle of 66.09º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9C07B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 123 -
CMYK 0.04 0 0.36 0.25
HSL 66.09º 0.35% 0.62% -
HSV(B) 66.09º 0.36% 0.75% -
XYZ 42.43 49.44 26.05 -
YUV 182.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 185 192 123 0.04 0 0.36 0.25 66.09 0.35 0.62
Hex B9 C0 7B 4 0 24 19 42 23 3E
Octal 271 300 173 4 0 44 31 102 43 76
Binary 10111001 11000000 1111011 100 0 100100 11001 1000010 100011 111110

Color Harmonies of #B9C07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C07B

Black with #B9C07B

Text Example


Text Example

White with #B9C07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C07B; }

 p { color: rgb(185,192,123); }

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

background-color css

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

 a { background-color: rgb(185,192,123); }

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

border-color css

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

 span { border-color: rgb(185,192,123); }

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