Html Css Color HEX #BECE48 Celery

📋 copy color: '#BECE48'

red 190 ◦ green 206 ◦ blue 72

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

Shades of Celery #BECE48

Tints of Celery #BECE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.02%

 BLUE value IS 72 (28.52% from 255) = 15.38%

R = 40.6%
G = 44.02%
B = 15.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#BECE48 (or 0xBECE48) is known color: Celery. HEX triplet: BE, CE and 48. RGB value is (190,206,72). Sum of RGB (Red+Green+Blue) = 190+206+72=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE48 is #4131B7. Grayscale: #BABABA. Windows color (decimal): -4272568 or 4771518. OLE color: 4771518.

HSL color Cylindrical-coordinate representation of color #BECE48: hue angle of 67.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BECE48 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 72 -
CMYK 0.08 0 0.65 0.19
HSL 67.16º 0.58% 0.55% -
HSV(B) 67.16º 0.65% 0.81% -
XYZ 44.48 55.56 14.51 -
YUV 185.94 63.7 130.9 -
System Red Green Blue C M Y K H S L
Decimal 190 206 72 0.08 0 0.65 0.19 67.16 0.58 0.55
Hex BE CE 48 8 0 41 13 43 3A 37
Octal 276 316 110 10 0 101 23 103 72 67
Binary 10111110 11001110 1001000 1000 0 1000001 10011 1000011 111010 110111

Color Harmonies of #BECE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE48

Black with #BECE48

Text Example


Text Example

White with #BECE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE48; }

 p { color: rgb(190,206,72); }

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

background-color css

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

 a { background-color: rgb(190,206,72); }

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

border-color css

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

 span { border-color: rgb(190,206,72); }

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