Html Css Color HEX #BED14D Celery

📋 copy color: '#BED14D'

red 190 ◦ green 209 ◦ blue 77

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

Shades of Celery #BED14D

Tints of Celery #BED14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.18%

R = 39.92%
G = 43.91%
B = 16.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#BED14D (or 0xBED14D) is known color: Celery. HEX triplet: BE, D1 and 4D. RGB value is (190,209,77). Sum of RGB (Red+Green+Blue) = 190+209+77=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #BED14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED14D is #412EB2. Grayscale: #BCBCBC. Windows color (decimal): -4271795 or 5099966. OLE color: 5099966.

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

Color convert

RGB 190 209 77 -
CMYK 0.09 0 0.63 0.18
HSL 68.64º 0.59% 0.56% -
HSV(B) 68.64º 0.63% 0.82% -
XYZ 45.38 57.08 15.65 -
YUV 188.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 190 209 77 0.09 0 0.63 0.18 68.64 0.59 0.56
Hex BE D1 4D 9 0 3F 12 45 3B 38
Octal 276 321 115 11 0 77 22 105 73 70
Binary 10111110 11010001 1001101 1001 0 111111 10010 1000101 111011 111000

Color Harmonies of #BED14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED14D

Black with #BED14D

Text Example


Text Example

White with #BED14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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