Html Css Color HEX #BCBC40 Celery

📋 copy color: '#BCBC40'

red 188 ◦ green 188 ◦ blue 64

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

Shades of Celery #BCBC40

Tints of Celery #BCBC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 42.73%
G = 42.73%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCBC40 (or 0xBCBC40) is known color: Celery. HEX triplet: BC, BC and 40. RGB value is (188,188,64). Sum of RGB (Red+Green+Blue) = 188+188+64=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC40 is #4343BF. Grayscale: #AEAEAE. Windows color (decimal): -4408256 or 4242620. OLE color: 4242620.

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

Color convert

RGB 188 188 64 -
CMYK 0 0 0.66 0.26
HSL 60º 0.49% 0.49% -
HSV(B) 60º 0.66% 0.74% -
XYZ 39.65 47.03 11.84 -
YUV 173.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 188 188 64 0 0 0.66 0.26 60 0.49 0.49
Hex BC BC 40 0 0 42 1A 3C 31 31
Octal 274 274 100 0 0 102 32 74 61 61
Binary 10111100 10111100 1000000 0 0 1000010 11010 111100 110001 110001

Color Harmonies of #BCBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC40

Black with #BCBC40

Text Example


Text Example

White with #BCBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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