Html Css Color HEX #B9B25D Olive Green

📋 copy color: '#B9B25D'

red 185 ◦ green 178 ◦ blue 93

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

Shades of Olive Green #B9B25D

Tints of Olive Green #B9B25D

RGB

 RED value IS 185 (72.66% from 255) = 40.57%

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

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

R = 40.57%
G = 39.04%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9B25D (or 0xB9B25D) is known color: Olive Green. HEX triplet: B9, B2 and 5D. RGB value is (185,178,93). Sum of RGB (Red+Green+Blue) = 185+178+93=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B25D is #464DA2. Grayscale: #AAAAAA. Windows color (decimal): -4607395 or 6140601. OLE color: 6140601.

HSL color Cylindrical-coordinate representation of color #B9B25D: hue angle of 55.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9B25D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 178 93 -
CMYK 0 0.04 0.50 0.27
HSL 55.43º 0.4% 0.55% -
HSV(B) 55.43º 0.5% 0.73% -
XYZ 37.9 42.95 16.65 -
YUV 170.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 185 178 93 0 0.04 0.50 0.27 55.43 0.4 0.55
Hex B9 B2 5D 0 4 32 1B 37 28 37
Octal 271 262 135 0 4 62 33 67 50 67
Binary 10111001 10110010 1011101 0 100 110010 11011 110111 101000 110111

Color Harmonies of #B9B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B25D

Black with #B9B25D

Text Example


Text Example

White with #B9B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B25D; }

 p { color: rgb(185,178,93); }

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

background-color css

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

 a { background-color: rgb(185,178,93); }

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

border-color css

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

 span { border-color: rgb(185,178,93); }

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