Html Css Color HEX #BCB354 Olive Green

📋 copy color: '#BCB354'

red 188 ◦ green 179 ◦ blue 84

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

Shades of Olive Green #BCB354

Tints of Olive Green #BCB354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.63%

R = 41.69%
G = 39.69%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCB354 (or 0xBCB354) is known color: Olive Green. HEX triplet: BC, B3 and 54. RGB value is (188,179,84). Sum of RGB (Red+Green+Blue) = 188+179+84=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB354 is #434CAB. Grayscale: #ABABAB. Windows color (decimal): -4410540 or 5551036. OLE color: 5551036.

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

Color convert

RGB 188 179 84 -
CMYK 0 0.05 0.55 0.26
HSL 54.81º 0.44% 0.53% -
HSV(B) 54.81º 0.55% 0.74% -
XYZ 38.46 43.57 14.77 -
YUV 170.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 188 179 84 0 0.05 0.55 0.26 54.81 0.44 0.53
Hex BC B3 54 0 5 37 1A 37 2C 35
Octal 274 263 124 0 5 67 32 67 54 65
Binary 10111100 10110011 1010100 0 101 110111 11010 110111 101100 110101

Color Harmonies of #BCB354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB354

Black with #BCB354

Text Example


Text Example

White with #BCB354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB354; }

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

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

background-color css

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

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

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

border-color css

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

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

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