Html Css Color HEX #BEC24B Celery

📋 copy color: '#BEC24B'

red 190 ◦ green 194 ◦ blue 75

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

Shades of Celery #BEC24B

Tints of Celery #BEC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.27%

 BLUE value IS 75 (29.69% from 255) = 16.34%

R = 41.39%
G = 42.27%
B = 16.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#BEC24B (or 0xBEC24B) is known color: Celery. HEX triplet: BE, C2 and 4B. RGB value is (190,194,75). Sum of RGB (Red+Green+Blue) = 190+194+75=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC24B is #413DB4. Grayscale: #B3B3B3. Windows color (decimal): -4275637 or 4965054. OLE color: 4965054.

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

Color convert

RGB 190 194 75 -
CMYK 0.02 0 0.61 0.24
HSL 62.02º 0.49% 0.53% -
HSV(B) 62.02º 0.61% 0.76% -
XYZ 41.8 50.04 14.11 -
YUV 179.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 190 194 75 0.02 0 0.61 0.24 62.02 0.49 0.53
Hex BE C2 4B 2 0 3D 18 3E 31 35
Octal 276 302 113 2 0 75 30 76 61 65
Binary 10111110 11000010 1001011 10 0 111101 11000 111110 110001 110101

Color Harmonies of #BEC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC24B

Black with #BEC24B

Text Example


Text Example

White with #BEC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC24B; }

 p { color: rgb(190,194,75); }

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

background-color css

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

 a { background-color: rgb(190,194,75); }

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

border-color css

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

 span { border-color: rgb(190,194,75); }

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