Html Css Color HEX #B7BB64 Olive Green

📋 copy color: '#B7BB64'

red 183 ◦ green 187 ◦ blue 100

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

Shades of Olive Green #B7BB64

Tints of Olive Green #B7BB64

RGB

 RED value IS 183 (71.88% from 255) = 38.94%

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

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

R = 38.94%
G = 39.79%
B = 21.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B7BB64 (or 0xB7BB64) is known color: Olive Green. HEX triplet: B7, BB and 64. RGB value is (183,187,100). Sum of RGB (Red+Green+Blue) = 183+187+100=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BB64 is #48449B. Grayscale: #B0B0B0. Windows color (decimal): -4736156 or 6601655. OLE color: 6601655.

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

Color convert

RGB 183 187 100 -
CMYK 0.02 0 0.47 0.27
HSL 62.76º 0.39% 0.56% -
HSV(B) 62.76º 0.47% 0.73% -
XYZ 39.6 46.53 18.95 -
YUV 175.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 183 187 100 0.02 0 0.47 0.27 62.76 0.39 0.56
Hex B7 BB 64 2 0 2F 1B 3F 27 38
Octal 267 273 144 2 0 57 33 77 47 70
Binary 10110111 10111011 1100100 10 0 101111 11011 111111 100111 111000

Color Harmonies of #B7BB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BB64

Black with #B7BB64

Text Example


Text Example

White with #B7BB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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