Html Css Color HEX #B7B45A Olive Green

📋 copy color: '#B7B45A'

red 183 ◦ green 180 ◦ blue 90

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

Shades of Olive Green #B7B45A

Tints of Olive Green #B7B45A

RGB

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

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

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

R = 40.4%
G = 39.74%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7B45A (or 0xB7B45A) is known color: Olive Green. HEX triplet: B7, B4 and 5A. RGB value is (183,180,90). Sum of RGB (Red+Green+Blue) = 183+180+90=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B45A is #484BA5. Grayscale: #ABABAB. Windows color (decimal): -4737958 or 5944503. OLE color: 5944503.

HSL color Cylindrical-coordinate representation of color #B7B45A: hue angle of 58.06º 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 #B7B45A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 180 90 -
CMYK 0 0.02 0.51 0.28
HSL 58.06º 0.39% 0.54% -
HSV(B) 58.06º 0.51% 0.72% -
XYZ 37.7 43.45 16.07 -
YUV 170.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 183 180 90 0 0.02 0.51 0.28 58.06 0.39 0.54
Hex B7 B4 5A 0 2 33 1C 3A 27 36
Octal 267 264 132 0 2 63 34 72 47 66
Binary 10110111 10110100 1011010 0 10 110011 11100 111010 100111 110110

Color Harmonies of #B7B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B45A

Black with #B7B45A

Text Example


Text Example

White with #B7B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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