Html Css Color HEX #B7BC5A Olive Green

📋 copy color: '#B7BC5A'

red 183 ◦ green 188 ◦ blue 90

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

Shades of Olive Green #B7BC5A

Tints of Olive Green #B7BC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.78%

 BLUE value IS 90 (35.55% from 255) = 19.52%

R = 39.7%
G = 40.78%
B = 19.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#B7BC5A (or 0xB7BC5A) is known color: Olive Green. HEX triplet: B7, BC and 5A. RGB value is (183,188,90). Sum of RGB (Red+Green+Blue) = 183+188+90=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC5A is #4843A5. Grayscale: #AFAFAF. Windows color (decimal): -4735910 or 5946551. OLE color: 5946551.

HSL color Cylindrical-coordinate representation of color #B7BC5A: hue angle of 63.06º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7BC5A is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 188 90 -
CMYK 0.03 0 0.52 0.26
HSL 63.06º 0.42% 0.55% -
HSV(B) 63.06º 0.52% 0.74% -
XYZ 39.36 46.77 16.63 -
YUV 175.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 183 188 90 0.03 0 0.52 0.26 63.06 0.42 0.55
Hex B7 BC 5A 3 0 34 1A 3F 2A 37
Octal 267 274 132 3 0 64 32 77 52 67
Binary 10110111 10111100 1011010 11 0 110100 11010 111111 101010 110111

Color Harmonies of #B7BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC5A

Black with #B7BC5A

Text Example


Text Example

White with #B7BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC5A; }

 p { color: rgb(183,188,90); }

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

background-color css

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

 a { background-color: rgb(183,188,90); }

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

border-color css

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

 span { border-color: rgb(183,188,90); }

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