Html Css Color HEX #BED04C Celery

📋 copy color: '#BED04C'

red 190 ◦ green 208 ◦ blue 76

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

Shades of Celery #BED04C

Tints of Celery #BED04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

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

R = 40.08%
G = 43.88%
B = 16.03%

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

#BED04C (or 0xBED04C) is known color: Celery. HEX triplet: BE, D0 and 4C. RGB value is (190,208,76). Sum of RGB (Red+Green+Blue) = 190+208+76=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #BED04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED04C is #412FB3. Grayscale: #BCBCBC. Windows color (decimal): -4272052 or 5034174. OLE color: 5034174.

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

Color convert

RGB 190 208 76 -
CMYK 0.09 0 0.63 0.18
HSL 68.18º 0.58% 0.56% -
HSV(B) 68.18º 0.63% 0.82% -
XYZ 45.1 56.58 15.38 -
YUV 187.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 190 208 76 0.09 0 0.63 0.18 68.18 0.58 0.56
Hex BE D0 4C 9 0 3F 12 44 3A 38
Octal 276 320 114 11 0 77 22 104 72 70
Binary 10111110 11010000 1001100 1001 0 111111 10010 1000100 111010 111000

Color Harmonies of #BED04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED04C

Black with #BED04C

Text Example


Text Example

White with #BED04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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