Html Css Color HEX #BCB551 Olive Green

📋 copy color: '#BCB551'

red 188 ◦ green 181 ◦ blue 81

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

Shades of Olive Green #BCB551

Tints of Olive Green #BCB551

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

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

R = 41.78%
G = 40.22%
B = 18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCB551 (or 0xBCB551) is known color: Olive Green. HEX triplet: BC, B5 and 51. RGB value is (188,181,81). Sum of RGB (Red+Green+Blue) = 188+181+81=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB551 is #434AAE. Grayscale: #ACACAC. Windows color (decimal): -4410031 or 5354940. OLE color: 5354940.

HSL color Cylindrical-coordinate representation of color #BCB551: hue angle of 56.07º 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 #BCB551 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 81 -
CMYK 0 0.04 0.57 0.26
HSL 56.07º 0.44% 0.53% -
HSV(B) 56.07º 0.57% 0.74% -
XYZ 38.75 44.33 14.3 -
YUV 171.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 188 181 81 0 0.04 0.57 0.26 56.07 0.44 0.53
Hex BC B5 51 0 4 39 1A 38 2C 35
Octal 274 265 121 0 4 71 32 70 54 65
Binary 10111100 10110101 1010001 0 100 111001 11010 111000 101100 110101

Color Harmonies of #BCB551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB551

Black with #BCB551

Text Example


Text Example

White with #BCB551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB551; }

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

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

background-color css

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

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

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

border-color css

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

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

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