Html Css Color HEX #B2B469 Olive Green

📋 copy color: '#B2B469'

red 178 ◦ green 180 ◦ blue 105

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

Shades of Olive Green #B2B469

Tints of Olive Green #B2B469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 38.44%
G = 38.88%
B = 22.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B2B469 (or 0xB2B469) is known color: Olive Green. HEX triplet: B2, B4 and 69. RGB value is (178,180,105). Sum of RGB (Red+Green+Blue) = 178+180+105=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B469 is #4D4B96. Grayscale: #ABABAB. Windows color (decimal): -5065623 or 6927538. OLE color: 6927538.

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

Color convert

RGB 178 180 105 -
CMYK 0.01 0 0.42 0.29
HSL 61.6º 0.33% 0.56% -
HSV(B) 61.6º 0.42% 0.71% -
XYZ 37.23 43.13 19.73 -
YUV 170.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 178 180 105 0.01 0 0.42 0.29 61.6 0.33 0.56
Hex B2 B4 69 1 0 2A 1D 3E 21 38
Octal 262 264 151 1 0 52 35 76 41 70
Binary 10110010 10110100 1101001 1 0 101010 11101 111110 100001 111000

Color Harmonies of #B2B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B469

Black with #B2B469

Text Example


Text Example

White with #B2B469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B469; }

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

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

background-color css

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

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

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

border-color css

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

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

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