Html Css Color HEX #BCB951 Olive Green

📋 copy color: '#BCB951'

red 188 ◦ green 185 ◦ blue 81

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

Shades of Olive Green #BCB951

Tints of Olive Green #BCB951

RGB

 RED value IS 188 (73.83% from 255) = 41.41%

 GREEN value IS 185 (72.66% from 255) = 40.75%

 BLUE value IS 81 (32.03% from 255) = 17.84%

R = 41.41%
G = 40.75%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCB951 (or 0xBCB951) is known color: Olive Green. HEX triplet: BC, B9 and 51. RGB value is (188,185,81). Sum of RGB (Red+Green+Blue) = 188+185+81=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB951 is #4346AE. Grayscale: #AEAEAE. Windows color (decimal): -4409007 or 5355964. OLE color: 5355964.

HSL color Cylindrical-coordinate representation of color #BCB951: hue angle of 58.32º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCB951 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 81 -
CMYK 0 0.02 0.57 0.26
HSL 58.32º 0.44% 0.53% -
HSV(B) 58.32º 0.57% 0.74% -
XYZ 39.57 45.98 14.57 -
YUV 174.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 188 185 81 0 0.02 0.57 0.26 58.32 0.44 0.53
Hex BC B9 51 0 2 39 1A 3A 2C 35
Octal 274 271 121 0 2 71 32 72 54 65
Binary 10111100 10111001 1010001 0 10 111001 11010 111010 101100 110101

Color Harmonies of #BCB951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB951

Black with #BCB951

Text Example


Text Example

White with #BCB951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB951; }

 p { color: rgb(188,185,81); }

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

background-color css

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

 a { background-color: rgb(188,185,81); }

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

border-color css

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

 span { border-color: rgb(188,185,81); }

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