Html Css Color HEX #BBB751 Olive Green

📋 copy color: '#BBB751'

red 187 ◦ green 183 ◦ blue 81

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

Shades of Olive Green #BBB751

Tints of Olive Green #BBB751

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

 BLUE value IS 81 (32.03% from 255) = 17.96%

R = 41.46%
G = 40.58%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBB751 (or 0xBBB751) is known color: Olive Green. HEX triplet: BB, B7 and 51. RGB value is (187,183,81). Sum of RGB (Red+Green+Blue) = 187+183+81=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB751 is #4448AE. Grayscale: #ACACAC. Windows color (decimal): -4475055 or 5355451. OLE color: 5355451.

HSL color Cylindrical-coordinate representation of color #BBB751: hue angle of 57.74º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBB751 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 183 81 -
CMYK 0 0.02 0.57 0.27
HSL 57.74º 0.44% 0.53% -
HSV(B) 57.74º 0.57% 0.73% -
XYZ 38.91 45.03 14.42 -
YUV 172.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 187 183 81 0 0.02 0.57 0.27 57.74 0.44 0.53
Hex BB B7 51 0 2 39 1B 3A 2C 35
Octal 273 267 121 0 2 71 33 72 54 65
Binary 10111011 10110111 1010001 0 10 111001 11011 111010 101100 110101

Color Harmonies of #BBB751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB751

Black with #BBB751

Text Example


Text Example

White with #BBB751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB751; }

 p { color: rgb(187,183,81); }

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

background-color css

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

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

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

border-color css

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

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

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