Html Css Color HEX #B8BA5C Olive Green

📋 copy color: '#B8BA5C'

red 184 ◦ green 186 ◦ blue 92

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

Shades of Olive Green #B8BA5C

Tints of Olive Green #B8BA5C

RGB

 RED value IS 184 (72.27% from 255) = 39.83%

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 39.83%
G = 40.26%
B = 19.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B8BA5C (or 0xB8BA5C) is known color: Olive Green. HEX triplet: B8, BA and 5C. RGB value is (184,186,92). Sum of RGB (Red+Green+Blue) = 184+186+92=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA5C is #4745A3. Grayscale: #AFAFAF. Windows color (decimal): -4670884 or 6077112. OLE color: 6077112.

HSL color Cylindrical-coordinate representation of color #B8BA5C: hue angle of 61.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8BA5C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 186 92 -
CMYK 0.01 0 0.51 0.27
HSL 61.28º 0.41% 0.55% -
HSV(B) 61.28º 0.51% 0.73% -
XYZ 39.26 46.08 16.95 -
YUV 174.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 184 186 92 0.01 0 0.51 0.27 61.28 0.41 0.55
Hex B8 BA 5C 1 0 33 1B 3D 29 37
Octal 270 272 134 1 0 63 33 75 51 67
Binary 10111000 10111010 1011100 1 0 110011 11011 111101 101001 110111

Color Harmonies of #B8BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BA5C

Black with #B8BA5C

Text Example


Text Example

White with #B8BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BA5C; }

 p { color: rgb(184,186,92); }

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

background-color css

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

 a { background-color: rgb(184,186,92); }

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

border-color css

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

 span { border-color: rgb(184,186,92); }

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