Html Css Color HEX #B7B25A Olive Green

📋 copy color: '#B7B25A'

red 183 ◦ green 178 ◦ blue 90

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

Shades of Olive Green #B7B25A

Tints of Olive Green #B7B25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.47%

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

R = 40.58%
G = 39.47%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7B25A (or 0xB7B25A) is known color: Olive Green. HEX triplet: B7, B2 and 5A. RGB value is (183,178,90). Sum of RGB (Red+Green+Blue) = 183+178+90=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B25A is #484DA5. Grayscale: #A9A9A9. Windows color (decimal): -4738470 or 5943991. OLE color: 5943991.

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

Color convert

RGB 183 178 90 -
CMYK 0 0.03 0.51 0.28
HSL 56.77º 0.39% 0.54% -
HSV(B) 56.77º 0.51% 0.72% -
XYZ 37.29 42.65 15.94 -
YUV 169.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 183 178 90 0 0.03 0.51 0.28 56.77 0.39 0.54
Hex B7 B2 5A 0 3 33 1C 39 27 36
Octal 267 262 132 0 3 63 34 71 47 66
Binary 10110111 10110010 1011010 0 11 110011 11100 111001 100111 110110

Color Harmonies of #B7B25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B25A

Black with #B7B25A

Text Example


Text Example

White with #B7B25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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