Html Css Color HEX #BCB654 Olive Green

📋 copy color: '#BCB654'

red 188 ◦ green 182 ◦ blue 84

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

Shades of Olive Green #BCB654

Tints of Olive Green #BCB654

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.09%

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

R = 41.41%
G = 40.09%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCB654 (or 0xBCB654) is known color: Olive Green. HEX triplet: BC, B6 and 54. RGB value is (188,182,84). Sum of RGB (Red+Green+Blue) = 188+182+84=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB654 is #4349AB. Grayscale: #ADADAD. Windows color (decimal): -4409772 or 5551804. OLE color: 5551804.

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

Color convert

RGB 188 182 84 -
CMYK 0 0.03 0.55 0.26
HSL 56.54º 0.44% 0.53% -
HSV(B) 56.54º 0.55% 0.74% -
XYZ 39.07 44.79 14.97 -
YUV 172.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 188 182 84 0 0.03 0.55 0.26 56.54 0.44 0.53
Hex BC B6 54 0 3 37 1A 39 2C 35
Octal 274 266 124 0 3 67 32 71 54 65
Binary 10111100 10110110 1010100 0 11 110111 11010 111001 101100 110101

Color Harmonies of #BCB654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB654

Black with #BCB654

Text Example


Text Example

White with #BCB654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB654; }

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

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

background-color css

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

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

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

border-color css

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

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

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