Html Css Color HEX #BCB753 Olive Green

📋 copy color: '#BCB753'

red 188 ◦ green 183 ◦ blue 83

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

Shades of Olive Green #BCB753

Tints of Olive Green #BCB753

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

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

R = 41.41%
G = 40.31%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCB753 (or 0xBCB753) is known color: Olive Green. HEX triplet: BC, B7 and 53. RGB value is (188,183,83). Sum of RGB (Red+Green+Blue) = 188+183+83=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB753 is #4348AC. Grayscale: #ADADAD. Windows color (decimal): -4409517 or 5486524. OLE color: 5486524.

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

Color convert

RGB 188 183 83 -
CMYK 0 0.03 0.56 0.26
HSL 57.14º 0.44% 0.53% -
HSV(B) 57.14º 0.56% 0.74% -
XYZ 39.23 45.18 14.84 -
YUV 173.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 188 183 83 0 0.03 0.56 0.26 57.14 0.44 0.53
Hex BC B7 53 0 3 38 1A 39 2C 35
Octal 274 267 123 0 3 70 32 71 54 65
Binary 10111100 10110111 1010011 0 11 111000 11010 111001 101100 110101

Color Harmonies of #BCB753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB753

Black with #BCB753

Text Example


Text Example

White with #BCB753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB753; }

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

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

background-color css

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

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

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

border-color css

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

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

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