Html Css Color HEX #BCB153 Olive Green

📋 copy color: '#BCB153'

red 188 ◦ green 177 ◦ blue 83

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

Shades of Olive Green #BCB153

Tints of Olive Green #BCB153

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.51%

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

R = 41.96%
G = 39.51%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCB153 (or 0xBCB153) is known color: Olive Green. HEX triplet: BC, B1 and 53. RGB value is (188,177,83). Sum of RGB (Red+Green+Blue) = 188+177+83=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB153 is #434EAC. Grayscale: #A9A9A9. Windows color (decimal): -4411053 or 5484988. OLE color: 5484988.

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

Color convert

RGB 188 177 83 -
CMYK 0 0.06 0.56 0.26
HSL 53.71º 0.44% 0.53% -
HSV(B) 53.71º 0.56% 0.74% -
XYZ 38.02 42.76 14.43 -
YUV 169.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 188 177 83 0 0.06 0.56 0.26 53.71 0.44 0.53
Hex BC B1 53 0 6 38 1A 36 2C 35
Octal 274 261 123 0 6 70 32 66 54 65
Binary 10111100 10110001 1010011 0 110 111000 11010 110110 101100 110101

Color Harmonies of #BCB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB153

Black with #BCB153

Text Example


Text Example

White with #BCB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB153; }

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

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

background-color css

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

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

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

border-color css

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

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

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