Html Css Color HEX #B7B14F Olive Green

📋 copy color: '#B7B14F'

red 183 ◦ green 177 ◦ blue 79

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

Shades of Olive Green #B7B14F

Tints of Olive Green #B7B14F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

 BLUE value IS 79 (31.25% from 255) = 18%

R = 41.69%
G = 40.32%
B = 18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7B14F (or 0xB7B14F) is known color: Olive Green. HEX triplet: B7, B1 and 4F. RGB value is (183,177,79). Sum of RGB (Red+Green+Blue) = 183+177+79=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B14F is #484EB0. Grayscale: #A8A8A8. Windows color (decimal): -4738737 or 5222839. OLE color: 5222839.

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

Color convert

RGB 183 177 79 -
CMYK 0 0.03 0.57 0.28
HSL 56.54º 0.42% 0.51% -
HSV(B) 56.54º 0.57% 0.72% -
XYZ 36.66 42.08 13.59 -
YUV 167.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 183 177 79 0 0.03 0.57 0.28 56.54 0.42 0.51
Hex B7 B1 4F 0 3 39 1C 39 2A 33
Octal 267 261 117 0 3 71 34 71 52 63
Binary 10110111 10110001 1001111 0 11 111001 11100 111001 101010 110011

Color Harmonies of #B7B14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B14F

Black with #B7B14F

Text Example


Text Example

White with #B7B14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B14F; }

 p { color: rgb(183,177,79); }

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

background-color css

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

 a { background-color: rgb(183,177,79); }

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

border-color css

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

 span { border-color: rgb(183,177,79); }

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