Html Css Color HEX #BCC640 Celery

📋 copy color: '#BCC640'

red 188 ◦ green 198 ◦ blue 64

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

Shades of Celery #BCC640

Tints of Celery #BCC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

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

R = 41.78%
G = 44%
B = 14.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#BCC640 (or 0xBCC640) is known color: Celery. HEX triplet: BC, C6 and 40. RGB value is (188,198,64). Sum of RGB (Red+Green+Blue) = 188+198+64=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC640 is #4339BF. Grayscale: #B4B4B4. Windows color (decimal): -4405696 or 4245180. OLE color: 4245180.

HSL color Cylindrical-coordinate representation of color #BCC640: hue angle of 64.48º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCC640 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 64 -
CMYK 0.05 0 0.68 0.22
HSL 64.48º 0.54% 0.51% -
HSV(B) 64.48º 0.68% 0.78% -
XYZ 41.86 51.45 12.58 -
YUV 179.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 188 198 64 0.05 0 0.68 0.22 64.48 0.54 0.51
Hex BC C6 40 5 0 44 16 40 36 33
Octal 274 306 100 5 0 104 26 100 66 63
Binary 10111100 11000110 1000000 101 0 1000100 10110 1000000 110110 110011

Color Harmonies of #BCC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC640

Black with #BCC640

Text Example


Text Example

White with #BCC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC640; }

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

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

background-color css

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

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

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

border-color css

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

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

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