Html Css Color HEX #B2B450 Olive Green

📋 copy color: '#B2B450'

red 178 ◦ green 180 ◦ blue 80

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

Shades of Olive Green #B2B450

Tints of Olive Green #B2B450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

 BLUE value IS 80 (31.64% from 255) = 18.26%

R = 40.64%
G = 41.1%
B = 18.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B2B450 (or 0xB2B450) is known color: Olive Green. HEX triplet: B2, B4 and 50. RGB value is (178,180,80). Sum of RGB (Red+Green+Blue) = 178+180+80=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B450 is #4D4BAF. Grayscale: #A8A8A8. Windows color (decimal): -5065648 or 5289138. OLE color: 5289138.

HSL color Cylindrical-coordinate representation of color #B2B450: hue angle of 61.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2B450 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 80 -
CMYK 0.01 0 0.56 0.29
HSL 61.2º 0.4% 0.51% -
HSV(B) 61.2º 0.56% 0.71% -
XYZ 36.13 42.69 13.92 -
YUV 168 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 178 180 80 0.01 0 0.56 0.29 61.2 0.4 0.51
Hex B2 B4 50 1 0 38 1D 3D 28 33
Octal 262 264 120 1 0 70 35 75 50 63
Binary 10110010 10110100 1010000 1 0 111000 11101 111101 101000 110011

Color Harmonies of #B2B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B450

Black with #B2B450

Text Example


Text Example

White with #B2B450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B450; }

 p { color: rgb(178,180,80); }

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

background-color css

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

 a { background-color: rgb(178,180,80); }

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

border-color css

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

 span { border-color: rgb(178,180,80); }

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