Html Css Color HEX #BCB259 Olive Green

📋 copy color: '#BCB259'

red 188 ◦ green 178 ◦ blue 89

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

Shades of Olive Green #BCB259

Tints of Olive Green #BCB259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.12%

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

R = 41.32%
G = 39.12%
B = 19.56%

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

#BCB259 (or 0xBCB259) is known color: Olive Green. HEX triplet: BC, B2 and 59. RGB value is (188,178,89). Sum of RGB (Red+Green+Blue) = 188+178+89=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB259 is #434DA6. Grayscale: #ABABAB. Windows color (decimal): -4410791 or 5878460. OLE color: 5878460.

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

Color convert

RGB 188 178 89 -
CMYK 0 0.05 0.53 0.26
HSL 53.94º 0.42% 0.54% -
HSV(B) 53.94º 0.53% 0.74% -
XYZ 38.46 43.25 15.77 -
YUV 170.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 188 178 89 0 0.05 0.53 0.26 53.94 0.42 0.54
Hex BC B2 59 0 5 35 1A 36 2A 36
Octal 274 262 131 0 5 65 32 66 52 66
Binary 10111100 10110010 1011001 0 101 110101 11010 110110 101010 110110

Color Harmonies of #BCB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB259

Black with #BCB259

Text Example


Text Example

White with #BCB259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB259; }

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

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

background-color css

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

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

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

border-color css

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

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

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