Html Css Color HEX #BABB75 Pine Glade

📋 copy color: '#BABB75'

red 186 ◦ green 187 ◦ blue 117

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

Shades of Pine Glade #BABB75

Tints of Pine Glade #BABB75

RGB

 RED value IS 186 (73.05% from 255) = 37.96%

 GREEN value IS 187 (73.44% from 255) = 38.16%

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

R = 37.96%
G = 38.16%
B = 23.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BABB75 (or 0xBABB75) is known color: Pine Glade. HEX triplet: BA, BB and 75. RGB value is (186,187,117). Sum of RGB (Red+Green+Blue) = 186+187+117=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB75 is #45448A. Grayscale: #B3B3B3. Windows color (decimal): -4539531 or 7715770. OLE color: 7715770.

HSL color Cylindrical-coordinate representation of color #BABB75: hue angle of 60.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BABB75 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 117 -
CMYK 0.01 0 0.37 0.27
HSL 60.86º 0.34% 0.6% -
HSV(B) 60.86º 0.37% 0.73% -
XYZ 41.23 47.26 23.78 -
YUV 178.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 186 187 117 0.01 0 0.37 0.27 60.86 0.34 0.6
Hex BA BB 75 1 0 25 1B 3D 22 3C
Octal 272 273 165 1 0 45 33 75 42 74
Binary 10111010 10111011 1110101 1 0 100101 11011 111101 100010 111100

Color Harmonies of #BABB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB75

Black with #BABB75

Text Example


Text Example

White with #BABB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB75; }

 p { color: rgb(186,187,117); }

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

background-color css

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

 a { background-color: rgb(186,187,117); }

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

border-color css

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

 span { border-color: rgb(186,187,117); }

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