Html Css Color HEX #BCD24A Celery

📋 copy color: '#BCD24A'

red 188 ◦ green 210 ◦ blue 74

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

Shades of Celery #BCD24A

Tints of Celery #BCD24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

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

R = 39.83%
G = 44.49%
B = 15.68%

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

#BCD24A (or 0xBCD24A) is known color: Celery. HEX triplet: BC, D2 and 4A. RGB value is (188,210,74). Sum of RGB (Red+Green+Blue) = 188+210+74=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD24A is #432DB5. Grayscale: #BCBCBC. Windows color (decimal): -4402614 or 4903612. OLE color: 4903612.

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

Color convert

RGB 188 210 74 -
CMYK 0.10 0 0.65 0.18
HSL 69.71º 0.6% 0.56% -
HSV(B) 69.71º 0.65% 0.82% -
XYZ 45.02 57.28 15.16 -
YUV 187.92 63.71 128.06 -
System Red Green Blue C M Y K H S L
Decimal 188 210 74 0.10 0 0.65 0.18 69.71 0.6 0.56
Hex BC D2 4A A 0 41 12 46 3C 38
Octal 274 322 112 12 0 101 22 106 74 70
Binary 10111100 11010010 1001010 1010 0 1000001 10010 1000110 111100 111000

Color Harmonies of #BCD24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD24A

Black with #BCD24A

Text Example


Text Example

White with #BCD24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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