Html Css Color HEX #B8B34B Olive Green

📋 copy color: '#B8B34B'

red 184 ◦ green 179 ◦ blue 75

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

Shades of Olive Green #B8B34B

Tints of Olive Green #B8B34B

RGB

 RED value IS 184 (72.27% from 255) = 42.01%

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 42.01%
G = 40.87%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8B34B (or 0xB8B34B) is known color: Olive Green. HEX triplet: B8, B3 and 4B. RGB value is (184,179,75). Sum of RGB (Red+Green+Blue) = 184+179+75=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B34B is #474CB4. Grayscale: #A9A9A9. Windows color (decimal): -4672693 or 4961208. OLE color: 4961208.

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

Color convert

RGB 184 179 75 -
CMYK 0 0.03 0.59 0.28
HSL 57.25º 0.43% 0.51% -
HSV(B) 57.25º 0.59% 0.72% -
XYZ 37.16 42.94 12.99 -
YUV 168.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 184 179 75 0 0.03 0.59 0.28 57.25 0.43 0.51
Hex B8 B3 4B 0 3 3B 1C 39 2B 33
Octal 270 263 113 0 3 73 34 71 53 63
Binary 10111000 10110011 1001011 0 11 111011 11100 111001 101011 110011

Color Harmonies of #B8B34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B34B

Black with #B8B34B

Text Example


Text Example

White with #B8B34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B34B; }

 p { color: rgb(184,179,75); }

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

background-color css

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

 a { background-color: rgb(184,179,75); }

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

border-color css

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

 span { border-color: rgb(184,179,75); }

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