Html Css Color HEX #BCBC51 Celery

📋 copy color: '#BCBC51'

red 188 ◦ green 188 ◦ blue 81

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

Shades of Celery #BCBC51

Tints of Celery #BCBC51

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

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

R = 41.14%
G = 41.14%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCBC51 (or 0xBCBC51) is known color: Celery. HEX triplet: BC, BC and 51. RGB value is (188,188,81). Sum of RGB (Red+Green+Blue) = 188+188+81=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC51 is #4343AE. Grayscale: #B0B0B0. Windows color (decimal): -4408239 or 5356732. OLE color: 5356732.

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

Color convert

RGB 188 188 81 -
CMYK 0 0 0.57 0.26
HSL 60º 0.44% 0.53% -
HSV(B) 60º 0.57% 0.74% -
XYZ 40.21 47.25 14.79 -
YUV 175.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 188 188 81 0 0 0.57 0.26 60 0.44 0.53
Hex BC BC 51 0 0 39 1A 3C 2C 35
Octal 274 274 121 0 0 71 32 74 54 65
Binary 10111100 10111100 1010001 0 0 111001 11010 111100 101100 110101

Color Harmonies of #BCBC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC51

Black with #BCBC51

Text Example


Text Example

White with #BCBC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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