Html Css Color HEX #B2B14B Olive Green

📋 copy color: '#B2B14B'

red 178 ◦ green 177 ◦ blue 75

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

Shades of Olive Green #B2B14B

Tints of Olive Green #B2B14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 75 (29.69% from 255) = 17.44%

R = 41.4%
G = 41.16%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2B14B (or 0xB2B14B) is known color: Olive Green. HEX triplet: B2, B1 and 4B. RGB value is (178,177,75). Sum of RGB (Red+Green+Blue) = 178+177+75=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B14B is #4D4EB4. Grayscale: #A6A6A6. Windows color (decimal): -5066421 or 4960690. OLE color: 4960690.

HSL color Cylindrical-coordinate representation of color #B2B14B: hue angle of 59.42º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B14B is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 177 75 -
CMYK 0 0.01 0.58 0.30
HSL 59.42º 0.41% 0.5% -
HSV(B) 59.42º 0.58% 0.7% -
XYZ 35.35 41.42 12.79 -
YUV 165.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 178 177 75 0 0.01 0.58 0.30 59.42 0.41 0.5
Hex B2 B1 4B 0 1 3A 1E 3B 29 32
Octal 262 261 113 0 1 72 36 73 51 62
Binary 10110010 10110001 1001011 0 1 111010 11110 111011 101001 110010

Color Harmonies of #B2B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B14B

Black with #B2B14B

Text Example


Text Example

White with #B2B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B14B; }

 p { color: rgb(178,177,75); }

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

background-color css

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

 a { background-color: rgb(178,177,75); }

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

border-color css

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

 span { border-color: rgb(178,177,75); }

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