Html Css Color HEX #B6BA5C Olive Green

📋 copy color: '#B6BA5C'

red 182 ◦ green 186 ◦ blue 92

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

Shades of Olive Green #B6BA5C

Tints of Olive Green #B6BA5C

RGB

 RED value IS 182 (71.48% from 255) = 39.57%

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

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

R = 39.57%
G = 40.43%
B = 20%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B6BA5C (or 0xB6BA5C) is known color: Olive Green. HEX triplet: B6, BA and 5C. RGB value is (182,186,92). Sum of RGB (Red+Green+Blue) = 182+186+92=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA5C is #4945A3. Grayscale: #AEAEAE. Windows color (decimal): -4801956 or 6077110. OLE color: 6077110.

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

Color convert

RGB 182 186 92 -
CMYK 0.02 0 0.51 0.27
HSL 62.55º 0.41% 0.55% -
HSV(B) 62.55º 0.51% 0.73% -
XYZ 38.78 45.84 16.93 -
YUV 174.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 182 186 92 0.02 0 0.51 0.27 62.55 0.41 0.55
Hex B6 BA 5C 2 0 33 1B 3F 29 37
Octal 266 272 134 2 0 63 33 77 51 67
Binary 10110110 10111010 1011100 10 0 110011 11011 111111 101001 110111

Color Harmonies of #B6BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA5C

Black with #B6BA5C

Text Example


Text Example

White with #B6BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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