Html Css Color HEX #BCB760 Olive Green

📋 copy color: '#BCB760'

red 188 ◦ green 183 ◦ blue 96

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

Shades of Olive Green #BCB760

Tints of Olive Green #BCB760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 40.26%
G = 39.19%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCB760 (or 0xBCB760) is known color: Olive Green. HEX triplet: BC, B7 and 60. RGB value is (188,183,96). Sum of RGB (Red+Green+Blue) = 188+183+96=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB760 is #43489F. Grayscale: #AEAEAE. Windows color (decimal): -4409504 or 6338492. OLE color: 6338492.

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

Color convert

RGB 188 183 96 -
CMYK 0 0.03 0.49 0.26
HSL 56.74º 0.41% 0.56% -
HSV(B) 56.74º 0.49% 0.74% -
XYZ 39.78 45.4 17.73 -
YUV 174.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 188 183 96 0 0.03 0.49 0.26 56.74 0.41 0.56
Hex BC B7 60 0 3 31 1A 39 29 38
Octal 274 267 140 0 3 61 32 71 51 70
Binary 10111100 10110111 1100000 0 11 110001 11010 111001 101001 111000

Color Harmonies of #BCB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB760

Black with #BCB760

Text Example


Text Example

White with #BCB760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB760; }

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

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

background-color css

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

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

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

border-color css

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

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

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