Html Css Color HEX #BCD14E Celery

📋 copy color: '#BCD14E'

red 188 ◦ green 209 ◦ blue 78

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

Shades of Celery #BCD14E

Tints of Celery #BCD14E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

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

R = 39.58%
G = 44%
B = 16.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#BCD14E (or 0xBCD14E) is known color: Celery. HEX triplet: BC, D1 and 4E. RGB value is (188,209,78). Sum of RGB (Red+Green+Blue) = 188+209+78=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD14E is #432EB1. Grayscale: #BCBCBC. Windows color (decimal): -4402866 or 5165500. OLE color: 5165500.

HSL color Cylindrical-coordinate representation of color #BCD14E: hue angle of 69.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD14E is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 78 -
CMYK 0.10 0 0.63 0.18
HSL 69.62º 0.59% 0.56% -
HSV(B) 69.62º 0.63% 0.82% -
XYZ 44.91 56.84 15.81 -
YUV 187.79 66.04 128.15 -
System Red Green Blue C M Y K H S L
Decimal 188 209 78 0.10 0 0.63 0.18 69.62 0.59 0.56
Hex BC D1 4E A 0 3F 12 46 3B 38
Octal 274 321 116 12 0 77 22 106 73 70
Binary 10111100 11010001 1001110 1010 0 111111 10010 1000110 111011 111000

Color Harmonies of #BCD14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD14E

Black with #BCD14E

Text Example


Text Example

White with #BCD14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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