Html Css Color HEX #B9B24E Olive Green

📋 copy color: '#B9B24E'

red 185 ◦ green 178 ◦ blue 78

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

Shades of Olive Green #B9B24E

Tints of Olive Green #B9B24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.69%

R = 41.95%
G = 40.36%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9B24E (or 0xB9B24E) is known color: Olive Green. HEX triplet: B9, B2 and 4E. RGB value is (185,178,78). Sum of RGB (Red+Green+Blue) = 185+178+78=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B24E is #464DB1. Grayscale: #A9A9A9. Windows color (decimal): -4607410 or 5157561. OLE color: 5157561.

HSL color Cylindrical-coordinate representation of color #B9B24E: hue angle of 56.07º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9B24E is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 178 78 -
CMYK 0 0.04 0.58 0.27
HSL 56.07º 0.43% 0.52% -
HSV(B) 56.07º 0.58% 0.73% -
XYZ 37.3 42.71 13.48 -
YUV 168.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 185 178 78 0 0.04 0.58 0.27 56.07 0.43 0.52
Hex B9 B2 4E 0 4 3A 1B 38 2B 34
Octal 271 262 116 0 4 72 33 70 53 64
Binary 10111001 10110010 1001110 0 100 111010 11011 111000 101011 110100

Color Harmonies of #B9B24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B24E

Black with #B9B24E

Text Example


Text Example

White with #B9B24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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