Html Css Color HEX #BCB952 Olive Green

📋 copy color: '#BCB952'

red 188 ◦ green 185 ◦ blue 82

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

Shades of Olive Green #BCB952

Tints of Olive Green #BCB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 41.32%
G = 40.66%
B = 18.02%

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

#BCB952 (or 0xBCB952) is known color: Olive Green. HEX triplet: BC, B9 and 52. RGB value is (188,185,82). Sum of RGB (Red+Green+Blue) = 188+185+82=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB952 is #4346AD. Grayscale: #AEAEAE. Windows color (decimal): -4409006 or 5421500. OLE color: 5421500.

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

Color convert

RGB 188 185 82 -
CMYK 0 0.02 0.56 0.26
HSL 58.3º 0.44% 0.53% -
HSV(B) 58.3º 0.56% 0.74% -
XYZ 39.61 46 14.77 -
YUV 174.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 188 185 82 0 0.02 0.56 0.26 58.3 0.44 0.53
Hex BC B9 52 0 2 38 1A 3A 2C 35
Octal 274 271 122 0 2 70 32 72 54 65
Binary 10111100 10111001 1010010 0 10 111000 11010 111010 101100 110101

Color Harmonies of #BCB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB952

Black with #BCB952

Text Example


Text Example

White with #BCB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB952; }

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

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

background-color css

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

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

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

border-color css

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

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

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