Html Css Color HEX #BECE46 Celery

📋 copy color: '#BECE46'

red 190 ◦ green 206 ◦ blue 70

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

Shades of Celery #BECE46

Tints of Celery #BECE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 40.77%
G = 44.21%
B = 15.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#BECE46 (or 0xBECE46) is known color: Celery. HEX triplet: BE, CE and 46. RGB value is (190,206,70). Sum of RGB (Red+Green+Blue) = 190+206+70=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE46 is #4131B9. Grayscale: #BABABA. Windows color (decimal): -4272570 or 4640446. OLE color: 4640446.

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

Color convert

RGB 190 206 70 -
CMYK 0.08 0 0.66 0.19
HSL 67.06º 0.58% 0.54% -
HSV(B) 67.06º 0.66% 0.81% -
XYZ 44.41 55.53 14.17 -
YUV 185.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 190 206 70 0.08 0 0.66 0.19 67.06 0.58 0.54
Hex BE CE 46 8 0 42 13 43 3A 36
Octal 276 316 106 10 0 102 23 103 72 66
Binary 10111110 11001110 1000110 1000 0 1000010 10011 1000011 111010 110110

Color Harmonies of #BECE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE46

Black with #BECE46

Text Example


Text Example

White with #BECE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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