Html Css Color HEX #B5BB64 Olive Green

📋 copy color: '#B5BB64'

red 181 ◦ green 187 ◦ blue 100

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

Shades of Olive Green #B5BB64

Tints of Olive Green #B5BB64

RGB

 RED value IS 181 (71.09% from 255) = 38.68%

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

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 38.68%
G = 39.96%
B = 21.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B5BB64 (or 0xB5BB64) is known color: Olive Green. HEX triplet: B5, BB and 64. RGB value is (181,187,100). Sum of RGB (Red+Green+Blue) = 181+187+100=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BB64 is #4A449B. Grayscale: #AFAFAF. Windows color (decimal): -4867228 or 6601653. OLE color: 6601653.

HSL color Cylindrical-coordinate representation of color #B5BB64: hue angle of 64.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5BB64 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 187 100 -
CMYK 0.03 0 0.47 0.27
HSL 64.14º 0.39% 0.56% -
HSV(B) 64.14º 0.47% 0.73% -
XYZ 39.13 46.28 18.93 -
YUV 175.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 181 187 100 0.03 0 0.47 0.27 64.14 0.39 0.56
Hex B5 BB 64 3 0 2F 1B 40 27 38
Octal 265 273 144 3 0 57 33 100 47 70
Binary 10110101 10111011 1100100 11 0 101111 11011 1000000 100111 111000

Color Harmonies of #B5BB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB64

Black with #B5BB64

Text Example


Text Example

White with #B5BB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB64; }

 p { color: rgb(181,187,100); }

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

background-color css

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

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

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

border-color css

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

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

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