Html Css Color HEX #BED24A Celery

📋 copy color: '#BED24A'

red 190 ◦ green 210 ◦ blue 74

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

Shades of Celery #BED24A

Tints of Celery #BED24A

RGB

 RED value IS 190 (74.61% from 255) = 40.08%

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

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

R = 40.08%
G = 44.3%
B = 15.61%

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

#BED24A (or 0xBED24A) is known color: Celery. HEX triplet: BE, D2 and 4A. RGB value is (190,210,74). Sum of RGB (Red+Green+Blue) = 190+210+74=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #BED24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED24A is #412DB5. Grayscale: #BDBDBD. Windows color (decimal): -4271542 or 4903614. OLE color: 4903614.

HSL color Cylindrical-coordinate representation of color #BED24A: hue angle of 68.82º 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 #BED24A is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 74 -
CMYK 0.10 0 0.65 0.18
HSL 68.82º 0.6% 0.56% -
HSV(B) 68.82º 0.65% 0.82% -
XYZ 45.52 57.53 15.18 -
YUV 188.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 190 210 74 0.10 0 0.65 0.18 68.82 0.6 0.56
Hex BE D2 4A A 0 41 12 45 3C 38
Octal 276 322 112 12 0 101 22 105 74 70
Binary 10111110 11010010 1001010 1010 0 1000001 10010 1000101 111100 111000

Color Harmonies of #BED24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED24A

Black with #BED24A

Text Example


Text Example

White with #BED24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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