Html Css Color HEX #B9CA75 Pine Glade

📋 copy color: '#B9CA75'

red 185 ◦ green 202 ◦ blue 117

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

Shades of Pine Glade #B9CA75

Tints of Pine Glade #B9CA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 36.71%
G = 40.08%
B = 23.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#B9CA75 (or 0xB9CA75) is known color: Pine Glade. HEX triplet: B9, CA and 75. RGB value is (185,202,117). Sum of RGB (Red+Green+Blue) = 185+202+117=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA75 is #46358A. Grayscale: #BBBBBB. Windows color (decimal): -4601227 or 7719609. OLE color: 7719609.

HSL color Cylindrical-coordinate representation of color #B9CA75: hue angle of 72º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9CA75 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 117 -
CMYK 0.08 0 0.42 0.21
HSL 72º 0.45% 0.63% -
HSV(B) 72º 0.42% 0.79% -
XYZ 44.34 53.84 24.88 -
YUV 187.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 185 202 117 0.08 0 0.42 0.21 72 0.45 0.63
Hex B9 CA 75 8 0 2A 15 48 2D 3F
Octal 271 312 165 10 0 52 25 110 55 77
Binary 10111001 11001010 1110101 1000 0 101010 10101 1001000 101101 111111

Color Harmonies of #B9CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA75

Black with #B9CA75

Text Example


Text Example

White with #B9CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA75; }

 p { color: rgb(185,202,117); }

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

background-color css

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

 a { background-color: rgb(185,202,117); }

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

border-color css

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

 span { border-color: rgb(185,202,117); }

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