Html Css Color HEX #BCB358 Olive Green

📋 copy color: '#BCB358'

red 188 ◦ green 179 ◦ blue 88

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

Shades of Olive Green #BCB358

Tints of Olive Green #BCB358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

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

R = 41.32%
G = 39.34%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCB358 (or 0xBCB358) is known color: Olive Green. HEX triplet: BC, B3 and 58. RGB value is (188,179,88). Sum of RGB (Red+Green+Blue) = 188+179+88=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB358 is #434CA7. Grayscale: #ABABAB. Windows color (decimal): -4410536 or 5813180. OLE color: 5813180.

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

Color convert

RGB 188 179 88 -
CMYK 0 0.05 0.53 0.26
HSL 54.6º 0.43% 0.54% -
HSV(B) 54.6º 0.53% 0.74% -
XYZ 38.62 43.64 15.62 -
YUV 171.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 188 179 88 0 0.05 0.53 0.26 54.6 0.43 0.54
Hex BC B3 58 0 5 35 1A 37 2B 36
Octal 274 263 130 0 5 65 32 67 53 66
Binary 10111100 10110011 1011000 0 101 110101 11010 110111 101011 110110

Color Harmonies of #BCB358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB358

Black with #BCB358

Text Example


Text Example

White with #BCB358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB358; }

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

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

background-color css

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

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

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

border-color css

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

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

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