Html Css Color HEX #BCB359 Olive Green

📋 copy color: '#BCB359'

red 188 ◦ green 179 ◦ blue 89

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

Shades of Olive Green #BCB359

Tints of Olive Green #BCB359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

 BLUE value IS 89 (35.16% from 255) = 19.52%

R = 41.23%
G = 39.25%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCB359 (or 0xBCB359) is known color: Olive Green. HEX triplet: BC, B3 and 59. RGB value is (188,179,89). Sum of RGB (Red+Green+Blue) = 188+179+89=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB359 is #434CA6. Grayscale: #ABABAB. Windows color (decimal): -4410535 or 5878716. OLE color: 5878716.

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

Color convert

RGB 188 179 89 -
CMYK 0 0.05 0.53 0.26
HSL 54.55º 0.42% 0.54% -
HSV(B) 54.55º 0.53% 0.74% -
XYZ 38.66 43.65 15.84 -
YUV 171.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 188 179 89 0 0.05 0.53 0.26 54.55 0.42 0.54
Hex BC B3 59 0 5 35 1A 37 2A 36
Octal 274 263 131 0 5 65 32 67 52 66
Binary 10111100 10110011 1011001 0 101 110101 11010 110111 101010 110110

Color Harmonies of #BCB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB359

Black with #BCB359

Text Example


Text Example

White with #BCB359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB359; }

 p { color: rgb(188,179,89); }

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

background-color css

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

 a { background-color: rgb(188,179,89); }

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

border-color css

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

 span { border-color: rgb(188,179,89); }

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