Html Css Color HEX #BED14B Celery

📋 copy color: '#BED14B'

red 190 ◦ green 209 ◦ blue 75

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

Shades of Celery #BED14B

Tints of Celery #BED14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 40.08%
G = 44.09%
B = 15.82%

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

#BED14B (or 0xBED14B) is known color: Celery. HEX triplet: BE, D1 and 4B. RGB value is (190,209,75). Sum of RGB (Red+Green+Blue) = 190+209+75=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #BED14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED14B is #412EB4. Grayscale: #BCBCBC. Windows color (decimal): -4271797 or 4968894. OLE color: 4968894.

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

Color convert

RGB 190 209 75 -
CMYK 0.09 0 0.64 0.18
HSL 68.51º 0.59% 0.56% -
HSV(B) 68.51º 0.64% 0.82% -
XYZ 45.31 57.06 15.28 -
YUV 188.04 64.21 129.4 -
System Red Green Blue C M Y K H S L
Decimal 190 209 75 0.09 0 0.64 0.18 68.51 0.59 0.56
Hex BE D1 4B 9 0 40 12 45 3B 38
Octal 276 321 113 11 0 100 22 105 73 70
Binary 10111110 11010001 1001011 1001 0 1000000 10010 1000101 111011 111000

Color Harmonies of #BED14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED14B

Black with #BED14B

Text Example


Text Example

White with #BED14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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