Html Css Color HEX #BECD42 Celery

📋 copy color: '#BECD42'

red 190 ◦ green 205 ◦ blue 66

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

Shades of Celery #BECD42

Tints of Celery #BECD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

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

R = 41.21%
G = 44.47%
B = 14.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#BECD42 (or 0xBECD42) is known color: Celery. HEX triplet: BE, CD and 42. RGB value is (190,205,66). Sum of RGB (Red+Green+Blue) = 190+205+66=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD42 is #4132BD. Grayscale: #B9B9B9. Windows color (decimal): -4272830 or 4378046. OLE color: 4378046.

HSL color Cylindrical-coordinate representation of color #BECD42: hue angle of 66.47º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BECD42 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 66 -
CMYK 0.07 0 0.68 0.20
HSL 66.47º 0.58% 0.53% -
HSV(B) 66.47º 0.68% 0.8% -
XYZ 44.05 55 13.45 -
YUV 184.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 190 205 66 0.07 0 0.68 0.20 66.47 0.58 0.53
Hex BE CD 42 7 0 44 14 42 3A 35
Octal 276 315 102 7 0 104 24 102 72 65
Binary 10111110 11001101 1000010 111 0 1000100 10100 1000010 111010 110101

Color Harmonies of #BECD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD42

Black with #BECD42

Text Example


Text Example

White with #BECD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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