Html Css Color HEX #BBBE75 Pine Glade

📋 copy color: '#BBBE75'

red 187 ◦ green 190 ◦ blue 117

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

Shades of Pine Glade #BBBE75

Tints of Pine Glade #BBBE75

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.46%

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

R = 37.85%
G = 38.46%
B = 23.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BBBE75 (or 0xBBBE75) is known color: Pine Glade. HEX triplet: BB, BE and 75. RGB value is (187,190,117). Sum of RGB (Red+Green+Blue) = 187+190+117=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE75 is #44418A. Grayscale: #B5B5B5. Windows color (decimal): -4473227 or 7716539. OLE color: 7716539.

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

Color convert

RGB 187 190 117 -
CMYK 0.02 0 0.38 0.25
HSL 62.47º 0.36% 0.6% -
HSV(B) 62.47º 0.38% 0.75% -
XYZ 42.12 48.68 24.01 -
YUV 180.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 187 190 117 0.02 0 0.38 0.25 62.47 0.36 0.6
Hex BB BE 75 2 0 26 19 3E 24 3C
Octal 273 276 165 2 0 46 31 76 44 74
Binary 10111011 10111110 1110101 10 0 100110 11001 111110 100100 111100

Color Harmonies of #BBBE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBE75

Black with #BBBE75

Text Example


Text Example

White with #BBBE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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