Html Css Color HEX #BCB758 Olive Green

📋 copy color: '#BCB758'

red 188 ◦ green 183 ◦ blue 88

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

Shades of Olive Green #BCB758

Tints of Olive Green #BCB758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.17%

R = 40.96%
G = 39.87%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCB758 (or 0xBCB758) is known color: Olive Green. HEX triplet: BC, B7 and 58. RGB value is (188,183,88). Sum of RGB (Red+Green+Blue) = 188+183+88=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB758 is #4348A7. Grayscale: #AEAEAE. Windows color (decimal): -4409512 or 5814204. OLE color: 5814204.

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

Color convert

RGB 188 183 88 -
CMYK 0 0.03 0.53 0.26
HSL 57º 0.43% 0.54% -
HSV(B) 57º 0.53% 0.74% -
XYZ 39.43 45.26 15.89 -
YUV 173.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 188 183 88 0 0.03 0.53 0.26 57 0.43 0.54
Hex BC B7 58 0 3 35 1A 39 2B 36
Octal 274 267 130 0 3 65 32 71 53 66
Binary 10111100 10110111 1011000 0 11 110101 11010 111001 101011 110110

Color Harmonies of #BCB758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB758

Black with #BCB758

Text Example


Text Example

White with #BCB758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB758; }

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

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

background-color css

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

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

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

border-color css

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

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

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