Html Css Color HEX #BCB552 Olive Green

📋 copy color: '#BCB552'

red 188 ◦ green 181 ◦ blue 82

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

Shades of Olive Green #BCB552

Tints of Olive Green #BCB552

RGB

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

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

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

R = 41.69%
G = 40.13%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCB552 (or 0xBCB552) is known color: Olive Green. HEX triplet: BC, B5 and 52. RGB value is (188,181,82). Sum of RGB (Red+Green+Blue) = 188+181+82=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB552 is #434AAD. Grayscale: #ACACAC. Windows color (decimal): -4410030 or 5420476. OLE color: 5420476.

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

Color convert

RGB 188 181 82 -
CMYK 0 0.04 0.56 0.26
HSL 56.04º 0.44% 0.53% -
HSV(B) 56.04º 0.56% 0.74% -
XYZ 38.79 44.35 14.5 -
YUV 171.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 188 181 82 0 0.04 0.56 0.26 56.04 0.44 0.53
Hex BC B5 52 0 4 38 1A 38 2C 35
Octal 274 265 122 0 4 70 32 70 54 65
Binary 10111100 10110101 1010010 0 100 111000 11010 111000 101100 110101

Color Harmonies of #BCB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB552

Black with #BCB552

Text Example


Text Example

White with #BCB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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