Html Css Color HEX #BCB851 Olive Green

📋 copy color: '#BCB851'

red 188 ◦ green 184 ◦ blue 81

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

Shades of Olive Green #BCB851

Tints of Olive Green #BCB851

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 41.5%
G = 40.62%
B = 17.88%

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

#BCB851 (or 0xBCB851) is known color: Olive Green. HEX triplet: BC, B8 and 51. RGB value is (188,184,81). Sum of RGB (Red+Green+Blue) = 188+184+81=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB851 is #4347AE. Grayscale: #ADADAD. Windows color (decimal): -4409263 or 5355708. OLE color: 5355708.

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

Color convert

RGB 188 184 81 -
CMYK 0 0.02 0.57 0.26
HSL 57.76º 0.44% 0.53% -
HSV(B) 57.76º 0.57% 0.74% -
XYZ 39.36 45.57 14.51 -
YUV 173.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 188 184 81 0 0.02 0.57 0.26 57.76 0.44 0.53
Hex BC B8 51 0 2 39 1A 3A 2C 35
Octal 274 270 121 0 2 71 32 72 54 65
Binary 10111100 10111000 1010001 0 10 111001 11010 111010 101100 110101

Color Harmonies of #BCB851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB851

Black with #BCB851

Text Example


Text Example

White with #BCB851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB851; }

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

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

background-color css

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

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

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

border-color css

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

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

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