Html Css Color HEX #BEC04A Celery

📋 copy color: '#BEC04A'

red 190 ◦ green 192 ◦ blue 74

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

Shades of Celery #BEC04A

Tints of Celery #BEC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.11%

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

R = 41.67%
G = 42.11%
B = 16.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEC04A (or 0xBEC04A) is known color: Celery. HEX triplet: BE, C0 and 4A. RGB value is (190,192,74). Sum of RGB (Red+Green+Blue) = 190+192+74=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC04A is #413FB5. Grayscale: #B2B2B2. Windows color (decimal): -4276150 or 4899006. OLE color: 4899006.

HSL color Cylindrical-coordinate representation of color #BEC04A: hue angle of 61.02º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEC04A is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 74 -
CMYK 0.01 0 0.61 0.25
HSL 61.02º 0.48% 0.52% -
HSV(B) 61.02º 0.61% 0.75% -
XYZ 41.32 49.14 13.79 -
YUV 177.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 190 192 74 0.01 0 0.61 0.25 61.02 0.48 0.52
Hex BE C0 4A 1 0 3D 19 3D 30 34
Octal 276 300 112 1 0 75 31 75 60 64
Binary 10111110 11000000 1001010 1 0 111101 11001 111101 110000 110100

Color Harmonies of #BEC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC04A

Black with #BEC04A

Text Example


Text Example

White with #BEC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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