Html Css Color HEX #BECF46 Celery

📋 copy color: '#BECF46'

red 190 ◦ green 207 ◦ blue 70

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

Shades of Celery #BECF46

Tints of Celery #BECF46

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.33%

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

R = 40.69%
G = 44.33%
B = 14.99%

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

#BECF46 (or 0xBECF46) is known color: Celery. HEX triplet: BE, CF and 46. RGB value is (190,207,70). Sum of RGB (Red+Green+Blue) = 190+207+70=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF46 is #4130B9. Grayscale: #BABABA. Windows color (decimal): -4272314 or 4640702. OLE color: 4640702.

HSL color Cylindrical-coordinate representation of color #BECF46: hue angle of 67.45º degrees, saturation: 0.59, 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 #BECF46 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 70 -
CMYK 0.08 0 0.66 0.19
HSL 67.45º 0.59% 0.54% -
HSV(B) 67.45º 0.66% 0.81% -
XYZ 44.65 56.02 14.25 -
YUV 186.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 190 207 70 0.08 0 0.66 0.19 67.45 0.59 0.54
Hex BE CF 46 8 0 42 13 43 3B 36
Octal 276 317 106 10 0 102 23 103 73 66
Binary 10111110 11001111 1000110 1000 0 1000010 10011 1000011 111011 110110

Color Harmonies of #BECF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF46

Black with #BECF46

Text Example


Text Example

White with #BECF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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