Html Css Color HEX #B7B250 Olive Green

📋 copy color: '#B7B250'

red 183 ◦ green 178 ◦ blue 80

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

Shades of Olive Green #B7B250

Tints of Olive Green #B7B250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.14%

R = 41.5%
G = 40.36%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B7B250 (or 0xB7B250) is known color: Olive Green. HEX triplet: B7, B2 and 50. RGB value is (183,178,80). Sum of RGB (Red+Green+Blue) = 183+178+80=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B250 is #484DAF. Grayscale: #A8A8A8. Windows color (decimal): -4738480 or 5288631. OLE color: 5288631.

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

Color convert

RGB 183 178 80 -
CMYK 0 0.03 0.56 0.28
HSL 57.09º 0.42% 0.52% -
HSV(B) 57.09º 0.56% 0.72% -
XYZ 36.9 42.49 13.85 -
YUV 168.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 183 178 80 0 0.03 0.56 0.28 57.09 0.42 0.52
Hex B7 B2 50 0 3 38 1C 39 2A 34
Octal 267 262 120 0 3 70 34 71 52 64
Binary 10110111 10110010 1010000 0 11 111000 11100 111001 101010 110100

Color Harmonies of #B7B250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B250

Black with #B7B250

Text Example


Text Example

White with #B7B250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B250; }

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

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

background-color css

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

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

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

border-color css

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

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

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