Html Css Color HEX #BBBB75 Pine Glade

📋 copy color: '#BBBB75'

red 187 ◦ green 187 ◦ blue 117

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

Shades of Pine Glade #BBBB75

Tints of Pine Glade #BBBB75

RGB

 RED value IS 187 (73.44% from 255) = 38.09%

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

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

R = 38.09%
G = 38.09%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBBB75 (or 0xBBBB75) is known color: Pine Glade. HEX triplet: BB, BB and 75. RGB value is (187,187,117). Sum of RGB (Red+Green+Blue) = 187+187+117=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB75 is #44448A. Grayscale: #B3B3B3. Windows color (decimal): -4473995 or 7715771. OLE color: 7715771.

HSL color Cylindrical-coordinate representation of color #BBBB75: hue angle of 60º 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 #BBBB75 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 117 -
CMYK 0 0 0.37 0.27
HSL 60º 0.34% 0.6% -
HSV(B) 60º 0.37% 0.73% -
XYZ 41.47 47.39 23.79 -
YUV 179.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 187 187 117 0 0 0.37 0.27 60 0.34 0.6
Hex BB BB 75 0 0 25 1B 3C 22 3C
Octal 273 273 165 0 0 45 33 74 42 74
Binary 10111011 10111011 1110101 0 0 100101 11011 111100 100010 111100

Color Harmonies of #BBBB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB75

Black with #BBBB75

Text Example


Text Example

White with #BBBB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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