Html Css Color HEX #BCB454 Olive Green

📋 copy color: '#BCB454'

red 188 ◦ green 180 ◦ blue 84

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

Shades of Olive Green #BCB454

Tints of Olive Green #BCB454

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

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

R = 41.59%
G = 39.82%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCB454 (or 0xBCB454) is known color: Olive Green. HEX triplet: BC, B4 and 54. RGB value is (188,180,84). Sum of RGB (Red+Green+Blue) = 188+180+84=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB454 is #434BAB. Grayscale: #ABABAB. Windows color (decimal): -4410284 or 5551292. OLE color: 5551292.

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

Color convert

RGB 188 180 84 -
CMYK 0 0.04 0.55 0.26
HSL 55.38º 0.44% 0.53% -
HSV(B) 55.38º 0.55% 0.74% -
XYZ 38.66 43.97 14.84 -
YUV 171.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 188 180 84 0 0.04 0.55 0.26 55.38 0.44 0.53
Hex BC B4 54 0 4 37 1A 37 2C 35
Octal 274 264 124 0 4 67 32 67 54 65
Binary 10111100 10110100 1010100 0 100 110111 11010 110111 101100 110101

Color Harmonies of #BCB454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB454

Black with #BCB454

Text Example


Text Example

White with #BCB454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB454; }

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

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

background-color css

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

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

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

border-color css

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

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

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