Html Css Color HEX #BECC46 Celery

📋 copy color: '#BECC46'

red 190 ◦ green 204 ◦ blue 70

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

Shades of Celery #BECC46

Tints of Celery #BECC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

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

R = 40.95%
G = 43.97%
B = 15.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#BECC46 (or 0xBECC46) is known color: Celery. HEX triplet: BE, CC and 46. RGB value is (190,204,70). Sum of RGB (Red+Green+Blue) = 190+204+70=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC46 is #4133B9. Grayscale: #B9B9B9. Windows color (decimal): -4273082 or 4639934. OLE color: 4639934.

HSL color Cylindrical-coordinate representation of color #BECC46: hue angle of 66.27º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BECC46 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 70 -
CMYK 0.07 0 0.66 0.2
HSL 66.27º 0.57% 0.54% -
HSV(B) 66.27º 0.66% 0.8% -
XYZ 43.93 54.58 14.01 -
YUV 184.54 63.36 131.9 -
System Red Green Blue C M Y K H S L
Decimal 190 204 70 0.07 0 0.66 0.2 66.27 0.57 0.54
Hex BE CC 46 7 0 42 14 42 39 36
Octal 276 314 106 7 0 102 24 102 71 66
Binary 10111110 11001100 1000110 111 0 1000010 10100 1000010 111001 110110

Color Harmonies of #BECC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC46

Black with #BECC46

Text Example


Text Example

White with #BECC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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