Html Css Color HEX #BEC34A Celery

📋 copy color: '#BEC34A'

red 190 ◦ green 195 ◦ blue 74

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

Shades of Celery #BEC34A

Tints of Celery #BEC34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.48%

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

R = 41.39%
G = 42.48%
B = 16.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#BEC34A (or 0xBEC34A) is known color: Celery. HEX triplet: BE, C3 and 4A. RGB value is (190,195,74). Sum of RGB (Red+Green+Blue) = 190+195+74=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC34A is #413CB5. Grayscale: #B4B4B4. Windows color (decimal): -4275382 or 4899774. OLE color: 4899774.

HSL color Cylindrical-coordinate representation of color #BEC34A: hue angle of 62.48º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEC34A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 74 -
CMYK 0.03 0 0.62 0.24
HSL 62.48º 0.5% 0.53% -
HSV(B) 62.48º 0.62% 0.76% -
XYZ 41.99 50.47 14.01 -
YUV 179.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 190 195 74 0.03 0 0.62 0.24 62.48 0.5 0.53
Hex BE C3 4A 3 0 3E 18 3E 32 35
Octal 276 303 112 3 0 76 30 76 62 65
Binary 10111110 11000011 1001010 11 0 111110 11000 111110 110010 110101

Color Harmonies of #BEC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC34A

Black with #BEC34A

Text Example


Text Example

White with #BEC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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