Html Css Color HEX #B0BD5F Olive Green

📋 copy color: '#B0BD5F'

red 176 ◦ green 189 ◦ blue 95

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

Shades of Olive Green #B0BD5F

Tints of Olive Green #B0BD5F

RGB

 RED value IS 176 (69.14% from 255) = 38.26%

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 95 (37.5% from 255) = 20.65%

R = 38.26%
G = 41.09%
B = 20.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#B0BD5F (or 0xB0BD5F) is known color: Olive Green. HEX triplet: B0, BD and 5F. RGB value is (176,189,95). Sum of RGB (Red+Green+Blue) = 176+189+95=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD5F is #4F42A0. Grayscale: #AEAEAE. Windows color (decimal): -5194401 or 6274480. OLE color: 6274480.

HSL color Cylindrical-coordinate representation of color #B0BD5F: hue angle of 68.3º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0BD5F is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 95 -
CMYK 0.07 0 0.50 0.26
HSL 68.3º 0.42% 0.56% -
HSV(B) 68.3º 0.5% 0.74% -
XYZ 38.17 46.45 17.78 -
YUV 174.4 83.19 129.14 -
System Red Green Blue C M Y K H S L
Decimal 176 189 95 0.07 0 0.50 0.26 68.3 0.42 0.56
Hex B0 BD 5F 7 0 32 1A 44 2A 38
Octal 260 275 137 7 0 62 32 104 52 70
Binary 10110000 10111101 1011111 111 0 110010 11010 1000100 101010 111000

Color Harmonies of #B0BD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD5F

Black with #B0BD5F

Text Example


Text Example

White with #B0BD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD5F; }

 p { color: rgb(176,189,95); }

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

background-color css

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

 a { background-color: rgb(176,189,95); }

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

border-color css

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

 span { border-color: rgb(176,189,95); }

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