Html Css Color HEX #BCB351 Olive Green

📋 copy color: '#BCB351'

red 188 ◦ green 179 ◦ blue 81

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

Shades of Olive Green #BCB351

Tints of Olive Green #BCB351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.08%

R = 41.96%
G = 39.96%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCB351 (or 0xBCB351) is known color: Olive Green. HEX triplet: BC, B3 and 51. RGB value is (188,179,81). Sum of RGB (Red+Green+Blue) = 188+179+81=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB351 is #434CAE. Grayscale: #AAAAAA. Windows color (decimal): -4410543 or 5354428. OLE color: 5354428.

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

Color convert

RGB 188 179 81 -
CMYK 0 0.05 0.57 0.26
HSL 54.95º 0.44% 0.53% -
HSV(B) 54.95º 0.57% 0.74% -
XYZ 38.34 43.53 14.16 -
YUV 170.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 188 179 81 0 0.05 0.57 0.26 54.95 0.44 0.53
Hex BC B3 51 0 5 39 1A 37 2C 35
Octal 274 263 121 0 5 71 32 67 54 65
Binary 10111100 10110011 1010001 0 101 111001 11010 110111 101100 110101

Color Harmonies of #BCB351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB351

Black with #BCB351

Text Example


Text Example

White with #BCB351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB351; }

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

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

background-color css

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

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

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

border-color css

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

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

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