Html Css Color HEX #B4B75D Olive Green

📋 copy color: '#B4B75D'

red 180 ◦ green 183 ◦ blue 93

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

Shades of Olive Green #B4B75D

Tints of Olive Green #B4B75D

RGB

 RED value IS 180 (70.7% from 255) = 39.47%

 GREEN value IS 183 (71.88% from 255) = 40.13%

 BLUE value IS 93 (36.72% from 255) = 20.39%

R = 39.47%
G = 40.13%
B = 20.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B4B75D (or 0xB4B75D) is known color: Olive Green. HEX triplet: B4, B7 and 5D. RGB value is (180,183,93). Sum of RGB (Red+Green+Blue) = 180+183+93=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B75D is #4B48A2. Grayscale: #ACACAC. Windows color (decimal): -4933795 or 6141876. OLE color: 6141876.

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

Color convert

RGB 180 183 93 -
CMYK 0.02 0 0.49 0.28
HSL 62º 0.38% 0.54% -
HSV(B) 62º 0.49% 0.72% -
XYZ 37.73 44.36 16.93 -
YUV 171.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 180 183 93 0.02 0 0.49 0.28 62 0.38 0.54
Hex B4 B7 5D 2 0 31 1C 3E 26 36
Octal 264 267 135 2 0 61 34 76 46 66
Binary 10110100 10110111 1011101 10 0 110001 11100 111110 100110 110110

Color Harmonies of #B4B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B75D

Black with #B4B75D

Text Example


Text Example

White with #B4B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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