Html Css Color HEX #BECE4A Celery

📋 copy color: '#BECE4A'

red 190 ◦ green 206 ◦ blue 74

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

Shades of Celery #BECE4A

Tints of Celery #BECE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.74%

R = 40.43%
G = 43.83%
B = 15.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#BECE4A (or 0xBECE4A) is known color: Celery. HEX triplet: BE, CE and 4A. RGB value is (190,206,74). Sum of RGB (Red+Green+Blue) = 190+206+74=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE4A is #4131B5. Grayscale: #BABABA. Windows color (decimal): -4272566 or 4902590. OLE color: 4902590.

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

Color convert

RGB 190 206 74 -
CMYK 0.08 0 0.64 0.19
HSL 67.27º 0.57% 0.55% -
HSV(B) 67.27º 0.64% 0.81% -
XYZ 44.54 55.58 14.86 -
YUV 186.17 64.7 130.73 -
System Red Green Blue C M Y K H S L
Decimal 190 206 74 0.08 0 0.64 0.19 67.27 0.57 0.55
Hex BE CE 4A 8 0 40 13 43 39 37
Octal 276 316 112 10 0 100 23 103 71 67
Binary 10111110 11001110 1001010 1000 0 1000000 10011 1000011 111001 110111

Color Harmonies of #BECE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE4A

Black with #BECE4A

Text Example


Text Example

White with #BECE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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