Html Css Color HEX #BCBC41 Celery

📋 copy color: '#BCBC41'

red 188 ◦ green 188 ◦ blue 65

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

Shades of Celery #BCBC41

Tints of Celery #BCBC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.74%

R = 42.63%
G = 42.63%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCBC41 (or 0xBCBC41) is known color: Celery. HEX triplet: BC, BC and 41. RGB value is (188,188,65). Sum of RGB (Red+Green+Blue) = 188+188+65=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC41 is #4343BE. Grayscale: #AEAEAE. Windows color (decimal): -4408255 or 4308156. OLE color: 4308156.

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

Color convert

RGB 188 188 65 -
CMYK 0 0 0.65 0.26
HSL 60º 0.49% 0.5% -
HSV(B) 60º 0.65% 0.74% -
XYZ 39.68 47.04 11.99 -
YUV 173.98 66.5 138 -
System Red Green Blue C M Y K H S L
Decimal 188 188 65 0 0 0.65 0.26 60 0.49 0.5
Hex BC BC 41 0 0 41 1A 3C 31 32
Octal 274 274 101 0 0 101 32 74 61 62
Binary 10111100 10111100 1000001 0 0 1000001 11010 111100 110001 110010

Color Harmonies of #BCBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC41

Black with #BCBC41

Text Example


Text Example

White with #BCBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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