Html Css Color HEX #BCB852 Olive Green

📋 copy color: '#BCB852'

red 188 ◦ green 184 ◦ blue 82

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

Shades of Olive Green #BCB852

Tints of Olive Green #BCB852

RGB

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

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

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

R = 41.41%
G = 40.53%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCB852 (or 0xBCB852) is known color: Olive Green. HEX triplet: BC, B8 and 52. RGB value is (188,184,82). Sum of RGB (Red+Green+Blue) = 188+184+82=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB852 is #4347AD. Grayscale: #ADADAD. Windows color (decimal): -4409262 or 5421244. OLE color: 5421244.

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

Color convert

RGB 188 184 82 -
CMYK 0 0.02 0.56 0.26
HSL 57.74º 0.44% 0.53% -
HSV(B) 57.74º 0.56% 0.74% -
XYZ 39.4 45.58 14.7 -
YUV 173.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 188 184 82 0 0.02 0.56 0.26 57.74 0.44 0.53
Hex BC B8 52 0 2 38 1A 3A 2C 35
Octal 274 270 122 0 2 70 32 72 54 65
Binary 10111100 10111000 1010010 0 10 111000 11010 111010 101100 110101

Color Harmonies of #BCB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB852

Black with #BCB852

Text Example


Text Example

White with #BCB852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB852; }

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

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

background-color css

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

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

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

border-color css

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

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

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