Html Css Color HEX #BECD4A Celery

📋 copy color: '#BECD4A'

red 190 ◦ green 205 ◦ blue 74

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

Shades of Celery #BECD4A

Tints of Celery #BECD4A

RGB

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

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

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

R = 40.51%
G = 43.71%
B = 15.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BECD4A (or 0xBECD4A) is known color: Celery. HEX triplet: BE, CD and 4A. RGB value is (190,205,74). Sum of RGB (Red+Green+Blue) = 190+205+74=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD4A is #4132B5. Grayscale: #BABABA. Windows color (decimal): -4272822 or 4902334. OLE color: 4902334.

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

Color convert

RGB 190 205 74 -
CMYK 0.07 0 0.64 0.20
HSL 66.87º 0.57% 0.55% -
HSV(B) 66.87º 0.64% 0.8% -
XYZ 44.3 55.1 14.78 -
YUV 185.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 190 205 74 0.07 0 0.64 0.20 66.87 0.57 0.55
Hex BE CD 4A 7 0 40 14 43 39 37
Octal 276 315 112 7 0 100 24 103 71 67
Binary 10111110 11001101 1001010 111 0 1000000 10100 1000011 111001 110111

Color Harmonies of #BECD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD4A

Black with #BECD4A

Text Example


Text Example

White with #BECD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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