Html Css Color HEX #BECE45 Celery

📋 copy color: '#BECE45'

red 190 ◦ green 206 ◦ blue 69

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

Shades of Celery #BECE45

Tints of Celery #BECE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 40.86%
G = 44.3%
B = 14.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#BECE45 (or 0xBECE45) is known color: Celery. HEX triplet: BE, CE and 45. RGB value is (190,206,69). Sum of RGB (Red+Green+Blue) = 190+206+69=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE45 is #4131BA. Grayscale: #BABABA. Windows color (decimal): -4272571 or 4574910. OLE color: 4574910.

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

Color convert

RGB 190 206 69 -
CMYK 0.08 0 0.67 0.19
HSL 67.01º 0.58% 0.54% -
HSV(B) 67.01º 0.67% 0.81% -
XYZ 44.38 55.52 14.01 -
YUV 185.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 190 206 69 0.08 0 0.67 0.19 67.01 0.58 0.54
Hex BE CE 45 8 0 43 13 43 3A 36
Octal 276 316 105 10 0 103 23 103 72 66
Binary 10111110 11001110 1000101 1000 0 1000011 10011 1000011 111010 110110

Color Harmonies of #BECE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE45

Black with #BECE45

Text Example


Text Example

White with #BECE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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