Html Css Color HEX #BED14C Celery

📋 copy color: '#BED14C'

red 190 ◦ green 209 ◦ blue 76

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

Shades of Celery #BED14C

Tints of Celery #BED14C

RGB

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

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

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

R = 40%
G = 44%
B = 16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#BED14C (or 0xBED14C) is known color: Celery. HEX triplet: BE, D1 and 4C. RGB value is (190,209,76). Sum of RGB (Red+Green+Blue) = 190+209+76=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #BED14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED14C is #412EB3. Grayscale: #BCBCBC. Windows color (decimal): -4271796 or 5034430. OLE color: 5034430.

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

Color convert

RGB 190 209 76 -
CMYK 0.09 0 0.64 0.18
HSL 68.57º 0.59% 0.56% -
HSV(B) 68.57º 0.64% 0.82% -
XYZ 45.34 57.07 15.46 -
YUV 188.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 190 209 76 0.09 0 0.64 0.18 68.57 0.59 0.56
Hex BE D1 4C 9 0 40 12 45 3B 38
Octal 276 321 114 11 0 100 22 105 73 70
Binary 10111110 11010001 1001100 1001 0 1000000 10010 1000101 111011 111000

Color Harmonies of #BED14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED14C

Black with #BED14C

Text Example


Text Example

White with #BED14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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