Html Css Color HEX #BECA41 Celery

📋 copy color: '#BECA41'

red 190 ◦ green 202 ◦ blue 65

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

Shades of Celery #BECA41

Tints of Celery #BECA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.22%

R = 41.58%
G = 44.2%
B = 14.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#BECA41 (or 0xBECA41) is known color: Celery. HEX triplet: BE, CA and 41. RGB value is (190,202,65). Sum of RGB (Red+Green+Blue) = 190+202+65=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA41 is #4135BE. Grayscale: #B7B7B7. Windows color (decimal): -4273599 or 4311742. OLE color: 4311742.

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

Color convert

RGB 190 202 65 -
CMYK 0.06 0 0.68 0.21
HSL 65.26º 0.56% 0.52% -
HSV(B) 65.26º 0.68% 0.79% -
XYZ 43.31 53.57 13.06 -
YUV 182.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 190 202 65 0.06 0 0.68 0.21 65.26 0.56 0.52
Hex BE CA 41 6 0 44 15 41 38 34
Octal 276 312 101 6 0 104 25 101 70 64
Binary 10111110 11001010 1000001 110 0 1000100 10101 1000001 111000 110100

Color Harmonies of #BECA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA41

Black with #BECA41

Text Example


Text Example

White with #BECA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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