Html Css Color HEX #BCC540 Celery

📋 copy color: '#BCC540'

red 188 ◦ green 197 ◦ blue 64

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

Shades of Celery #BCC540

Tints of Celery #BCC540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.88%

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

R = 41.87%
G = 43.88%
B = 14.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#BCC540 (or 0xBCC540) is known color: Celery. HEX triplet: BC, C5 and 40. RGB value is (188,197,64). Sum of RGB (Red+Green+Blue) = 188+197+64=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC540 is #433ABF. Grayscale: #B3B3B3. Windows color (decimal): -4405952 or 4244924. OLE color: 4244924.

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

Color convert

RGB 188 197 64 -
CMYK 0.05 0 0.68 0.23
HSL 64.06º 0.53% 0.51% -
HSV(B) 64.06º 0.68% 0.77% -
XYZ 41.63 50.99 12.5 -
YUV 179.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 188 197 64 0.05 0 0.68 0.23 64.06 0.53 0.51
Hex BC C5 40 5 0 44 17 40 35 33
Octal 274 305 100 5 0 104 27 100 65 63
Binary 10111100 11000101 1000000 101 0 1000100 10111 1000000 110101 110011

Color Harmonies of #BCC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC540

Black with #BCC540

Text Example


Text Example

White with #BCC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC540; }

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

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

background-color css

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

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

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

border-color css

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

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

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