Html Css Color HEX #BCC24E Celery

📋 copy color: '#BCC24E'

red 188 ◦ green 194 ◦ blue 78

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

Shades of Celery #BCC24E

Tints of Celery #BCC24E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 78 (30.86% from 255) = 16.96%

R = 40.87%
G = 42.17%
B = 16.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#BCC24E (or 0xBCC24E) is known color: Celery. HEX triplet: BC, C2 and 4E. RGB value is (188,194,78). Sum of RGB (Red+Green+Blue) = 188+194+78=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC24E is #433DB1. Grayscale: #B3B3B3. Windows color (decimal): -4406706 or 5161660. OLE color: 5161660.

HSL color Cylindrical-coordinate representation of color #BCC24E: hue angle of 63.1º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCC24E is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 78 -
CMYK 0.03 0 0.60 0.24
HSL 63.1º 0.49% 0.53% -
HSV(B) 63.1º 0.6% 0.76% -
XYZ 41.41 49.83 14.64 -
YUV 178.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 188 194 78 0.03 0 0.60 0.24 63.1 0.49 0.53
Hex BC C2 4E 3 0 3C 18 3F 31 35
Octal 274 302 116 3 0 74 30 77 61 65
Binary 10111100 11000010 1001110 11 0 111100 11000 111111 110001 110101

Color Harmonies of #BCC24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC24E

Black with #BCC24E

Text Example


Text Example

White with #BCC24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC24E; }

 p { color: rgb(188,194,78); }

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

background-color css

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

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

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

border-color css

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

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

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