Html Css Color HEX #BCD14A Celery

📋 copy color: '#BCD14A'

red 188 ◦ green 209 ◦ blue 74

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

Shades of Celery #BCD14A

Tints of Celery #BCD14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 39.92%
G = 44.37%
B = 15.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#BCD14A (or 0xBCD14A) is known color: Celery. HEX triplet: BC, D1 and 4A. RGB value is (188,209,74). Sum of RGB (Red+Green+Blue) = 188+209+74=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD14A is #432EB5. Grayscale: #BBBBBB. Windows color (decimal): -4402870 or 4903356. OLE color: 4903356.

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

Color convert

RGB 188 209 74 -
CMYK 0.10 0 0.65 0.18
HSL 69.33º 0.59% 0.55% -
HSV(B) 69.33º 0.65% 0.82% -
XYZ 44.78 56.79 15.08 -
YUV 187.33 64.04 128.48 -
System Red Green Blue C M Y K H S L
Decimal 188 209 74 0.10 0 0.65 0.18 69.33 0.59 0.55
Hex BC D1 4A A 0 41 12 45 3B 37
Octal 274 321 112 12 0 101 22 105 73 67
Binary 10111100 11010001 1001010 1010 0 1000001 10010 1000101 111011 110111

Color Harmonies of #BCD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD14A

Black with #BCD14A

Text Example


Text Example

White with #BCD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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