Html Css Color HEX #B2B754 Olive Green

📋 copy color: '#B2B754'

red 178 ◦ green 183 ◦ blue 84

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

Shades of Olive Green #B2B754

Tints of Olive Green #B2B754

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

 BLUE value IS 84 (33.2% from 255) = 18.88%

R = 40%
G = 41.12%
B = 18.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B2B754 (or 0xB2B754) is known color: Olive Green. HEX triplet: B2, B7 and 54. RGB value is (178,183,84). Sum of RGB (Red+Green+Blue) = 178+183+84=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B754 is #4D48AB. Grayscale: #AAAAAA. Windows color (decimal): -5064876 or 5552050. OLE color: 5552050.

HSL color Cylindrical-coordinate representation of color #B2B754: hue angle of 63.03º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2B754 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 84 -
CMYK 0.03 0 0.54 0.28
HSL 63.03º 0.41% 0.52% -
HSV(B) 63.03º 0.54% 0.72% -
XYZ 36.89 43.97 14.93 -
YUV 170.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 178 183 84 0.03 0 0.54 0.28 63.03 0.41 0.52
Hex B2 B7 54 3 0 36 1C 3F 29 34
Octal 262 267 124 3 0 66 34 77 51 64
Binary 10110010 10110111 1010100 11 0 110110 11100 111111 101001 110100

Color Harmonies of #B2B754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B754

Black with #B2B754

Text Example


Text Example

White with #B2B754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B754; }

 p { color: rgb(178,183,84); }

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

background-color css

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

 a { background-color: rgb(178,183,84); }

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

border-color css

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

 span { border-color: rgb(178,183,84); }

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