Html Css Color HEX #BCBA52 Olive Green

📋 copy color: '#BCBA52'

red 188 ◦ green 186 ◦ blue 82

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

Shades of Olive Green #BCBA52

Tints of Olive Green #BCBA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

 BLUE value IS 82 (32.42% from 255) = 17.98%

R = 41.23%
G = 40.79%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCBA52 (or 0xBCBA52) is known color: Olive Green. HEX triplet: BC, BA and 52. RGB value is (188,186,82). Sum of RGB (Red+Green+Blue) = 188+186+82=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA52 is #4345AD. Grayscale: #AFAFAF. Windows color (decimal): -4408750 or 5421756. OLE color: 5421756.

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

Color convert

RGB 188 186 82 -
CMYK 0 0.01 0.56 0.26
HSL 58.87º 0.44% 0.53% -
HSV(B) 58.87º 0.56% 0.74% -
XYZ 39.82 46.42 14.84 -
YUV 174.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 188 186 82 0 0.01 0.56 0.26 58.87 0.44 0.53
Hex BC BA 52 0 1 38 1A 3B 2C 35
Octal 274 272 122 0 1 70 32 73 54 65
Binary 10111100 10111010 1010010 0 1 111000 11010 111011 101100 110101

Color Harmonies of #BCBA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA52

Black with #BCBA52

Text Example


Text Example

White with #BCBA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA52; }

 p { color: rgb(188,186,82); }

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

background-color css

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

 a { background-color: rgb(188,186,82); }

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

border-color css

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

 span { border-color: rgb(188,186,82); }

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