Html Css Color HEX #B2B765 Olive Green

📋 copy color: '#B2B765'

red 178 ◦ green 183 ◦ blue 101

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

Shades of Olive Green #B2B765

Tints of Olive Green #B2B765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 38.53%
G = 39.61%
B = 21.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B2B765 (or 0xB2B765) is known color: Olive Green. HEX triplet: B2, B7 and 65. RGB value is (178,183,101). Sum of RGB (Red+Green+Blue) = 178+183+101=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B765 is #4D489A. Grayscale: #ACACAC. Windows color (decimal): -5064859 or 6666162. OLE color: 6666162.

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

Color convert

RGB 178 183 101 -
CMYK 0.03 0 0.45 0.28
HSL 63.66º 0.36% 0.56% -
HSV(B) 63.66º 0.45% 0.72% -
XYZ 37.64 44.27 18.87 -
YUV 172.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 178 183 101 0.03 0 0.45 0.28 63.66 0.36 0.56
Hex B2 B7 65 3 0 2D 1C 40 24 38
Octal 262 267 145 3 0 55 34 100 44 70
Binary 10110010 10110111 1100101 11 0 101101 11100 1000000 100100 111000

Color Harmonies of #B2B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B765

Black with #B2B765

Text Example


Text Example

White with #B2B765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B765; }

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

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

background-color css

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

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

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

border-color css

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

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

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