Html Css Color HEX #B7B65A Olive Green

📋 copy color: '#B7B65A'

red 183 ◦ green 182 ◦ blue 90

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

Shades of Olive Green #B7B65A

Tints of Olive Green #B7B65A

RGB

 RED value IS 183 (71.88% from 255) = 40.22%

 GREEN value IS 182 (71.48% from 255) = 40%

 BLUE value IS 90 (35.55% from 255) = 19.78%

R = 40.22%
G = 40%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7B65A (or 0xB7B65A) is known color: Olive Green. HEX triplet: B7, B6 and 5A. RGB value is (183,182,90). Sum of RGB (Red+Green+Blue) = 183+182+90=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B65A is #4849A5. Grayscale: #ACACAC. Windows color (decimal): -4737446 or 5945015. OLE color: 5945015.

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

Color convert

RGB 183 182 90 -
CMYK 0 0.01 0.51 0.28
HSL 59.35º 0.39% 0.54% -
HSV(B) 59.35º 0.51% 0.72% -
XYZ 38.1 44.26 16.21 -
YUV 171.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 183 182 90 0 0.01 0.51 0.28 59.35 0.39 0.54
Hex B7 B6 5A 0 1 33 1C 3B 27 36
Octal 267 266 132 0 1 63 34 73 47 66
Binary 10110111 10110110 1011010 0 1 110011 11100 111011 100111 110110

Color Harmonies of #B7B65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B65A

Black with #B7B65A

Text Example


Text Example

White with #B7B65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B65A; }

 p { color: rgb(183,182,90); }

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

background-color css

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

 a { background-color: rgb(183,182,90); }

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

border-color css

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

 span { border-color: rgb(183,182,90); }

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