Html Css Color HEX #BCB453 Olive Green

📋 copy color: '#BCB453'

red 188 ◦ green 180 ◦ blue 83

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

Shades of Olive Green #BCB453

Tints of Olive Green #BCB453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 41.69%
G = 39.91%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCB453 (or 0xBCB453) is known color: Olive Green. HEX triplet: BC, B4 and 53. RGB value is (188,180,83). Sum of RGB (Red+Green+Blue) = 188+180+83=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB453 is #434BAC. Grayscale: #ABABAB. Windows color (decimal): -4410285 or 5485756. OLE color: 5485756.

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

Color convert

RGB 188 180 83 -
CMYK 0 0.04 0.56 0.26
HSL 55.43º 0.44% 0.53% -
HSV(B) 55.43º 0.56% 0.74% -
XYZ 38.62 43.96 14.63 -
YUV 171.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 188 180 83 0 0.04 0.56 0.26 55.43 0.44 0.53
Hex BC B4 53 0 4 38 1A 37 2C 35
Octal 274 264 123 0 4 70 32 67 54 65
Binary 10111100 10110100 1010011 0 100 111000 11010 110111 101100 110101

Color Harmonies of #BCB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB453

Black with #BCB453

Text Example


Text Example

White with #BCB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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