Html Css Color HEX #B2BE5D Olive Green

📋 copy color: '#B2BE5D'

red 178 ◦ green 190 ◦ blue 93

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

Shades of Olive Green #B2BE5D

Tints of Olive Green #B2BE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 38.61%
G = 41.21%
B = 20.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#B2BE5D (or 0xB2BE5D) is known color: Olive Green. HEX triplet: B2, BE and 5D. RGB value is (178,190,93). Sum of RGB (Red+Green+Blue) = 178+190+93=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE5D is #4D41A2. Grayscale: #AFAFAF. Windows color (decimal): -5063075 or 6143666. OLE color: 6143666.

HSL color Cylindrical-coordinate representation of color #B2BE5D: hue angle of 67.42º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2BE5D is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 93 -
CMYK 0.06 0 0.51 0.25
HSL 67.42º 0.43% 0.55% -
HSV(B) 67.42º 0.51% 0.75% -
XYZ 38.75 47.08 17.4 -
YUV 175.35 81.52 129.89 -
System Red Green Blue C M Y K H S L
Decimal 178 190 93 0.06 0 0.51 0.25 67.42 0.43 0.55
Hex B2 BE 5D 6 0 33 19 43 2B 37
Octal 262 276 135 6 0 63 31 103 53 67
Binary 10110010 10111110 1011101 110 0 110011 11001 1000011 101011 110111

Color Harmonies of #B2BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE5D

Black with #B2BE5D

Text Example


Text Example

White with #B2BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE5D; }

 p { color: rgb(178,190,93); }

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

background-color css

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

 a { background-color: rgb(178,190,93); }

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

border-color css

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

 span { border-color: rgb(178,190,93); }

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