Html Css Color HEX #B2BC5A Olive Green

📋 copy color: '#B2BC5A'

red 178 ◦ green 188 ◦ blue 90

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

Shades of Olive Green #B2BC5A

Tints of Olive Green #B2BC5A

RGB

 RED value IS 178 (69.92% from 255) = 39.04%

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

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

R = 39.04%
G = 41.23%
B = 19.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#B2BC5A (or 0xB2BC5A) is known color: Olive Green. HEX triplet: B2, BC and 5A. RGB value is (178,188,90). Sum of RGB (Red+Green+Blue) = 178+188+90=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC5A is #4D43A5. Grayscale: #AEAEAE. Windows color (decimal): -5063590 or 5946546. OLE color: 5946546.

HSL color Cylindrical-coordinate representation of color #B2BC5A: hue angle of 66.12º 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 #B2BC5A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 90 -
CMYK 0.05 0 0.52 0.26
HSL 66.12º 0.42% 0.55% -
HSV(B) 66.12º 0.52% 0.74% -
XYZ 38.19 46.17 16.57 -
YUV 173.84 80.69 130.97 -
System Red Green Blue C M Y K H S L
Decimal 178 188 90 0.05 0 0.52 0.26 66.12 0.42 0.55
Hex B2 BC 5A 5 0 34 1A 42 2A 37
Octal 262 274 132 5 0 64 32 102 52 67
Binary 10110010 10111100 1011010 101 0 110100 11010 1000010 101010 110111

Color Harmonies of #B2BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC5A

Black with #B2BC5A

Text Example


Text Example

White with #B2BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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