Html Css Color HEX #BCD14C Celery

📋 copy color: '#BCD14C'

red 188 ◦ green 209 ◦ blue 76

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

Shades of Celery #BCD14C

Tints of Celery #BCD14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 39.75%
G = 44.19%
B = 16.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#BCD14C (or 0xBCD14C) is known color: Celery. HEX triplet: BC, D1 and 4C. RGB value is (188,209,76). Sum of RGB (Red+Green+Blue) = 188+209+76=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD14C is #432EB3. Grayscale: #BCBCBC. Windows color (decimal): -4402868 or 5034428. OLE color: 5034428.

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

Color convert

RGB 188 209 76 -
CMYK 0.10 0 0.64 0.18
HSL 69.47º 0.59% 0.56% -
HSV(B) 69.47º 0.64% 0.82% -
XYZ 44.84 56.81 15.44 -
YUV 187.56 65.04 128.31 -
System Red Green Blue C M Y K H S L
Decimal 188 209 76 0.10 0 0.64 0.18 69.47 0.59 0.56
Hex BC D1 4C A 0 40 12 45 3B 38
Octal 274 321 114 12 0 100 22 105 73 70
Binary 10111100 11010001 1001100 1010 0 1000000 10010 1000101 111011 111000

Color Harmonies of #BCD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD14C

Black with #BCD14C

Text Example


Text Example

White with #BCD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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