Html Css Color HEX #BECA42 Celery

📋 copy color: '#BECA42'

red 190 ◦ green 202 ◦ blue 66

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

Shades of Celery #BECA42

Tints of Celery #BECA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.1%

 BLUE value IS 66 (26.17% from 255) = 14.41%

R = 41.48%
G = 44.1%
B = 14.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#BECA42 (or 0xBECA42) is known color: Celery. HEX triplet: BE, CA and 42. RGB value is (190,202,66). Sum of RGB (Red+Green+Blue) = 190+202+66=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA42 is #4135BD. Grayscale: #B7B7B7. Windows color (decimal): -4273598 or 4377278. OLE color: 4377278.

HSL color Cylindrical-coordinate representation of color #BECA42: hue angle of 65.29º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BECA42 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 66 -
CMYK 0.06 0 0.67 0.21
HSL 65.29º 0.56% 0.53% -
HSV(B) 65.29º 0.67% 0.79% -
XYZ 43.34 53.58 13.21 -
YUV 182.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 190 202 66 0.06 0 0.67 0.21 65.29 0.56 0.53
Hex BE CA 42 6 0 43 15 41 38 35
Octal 276 312 102 6 0 103 25 101 70 65
Binary 10111110 11001010 1000010 110 0 1000011 10101 1000001 111000 110101

Color Harmonies of #BECA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA42

Black with #BECA42

Text Example


Text Example

White with #BECA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA42; }

 p { color: rgb(190,202,66); }

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

background-color css

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

 a { background-color: rgb(190,202,66); }

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

border-color css

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

 span { border-color: rgb(190,202,66); }

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