Html Css Color HEX #BEC14D Celery

📋 copy color: '#BEC14D'

red 190 ◦ green 193 ◦ blue 77

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

Shades of Celery #BEC14D

Tints of Celery #BEC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

 BLUE value IS 77 (30.47% from 255) = 16.74%

R = 41.3%
G = 41.96%
B = 16.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#BEC14D (or 0xBEC14D) is known color: Celery. HEX triplet: BE, C1 and 4D. RGB value is (190,193,77). Sum of RGB (Red+Green+Blue) = 190+193+77=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC14D is #413EB2. Grayscale: #B3B3B3. Windows color (decimal): -4275891 or 5095870. OLE color: 5095870.

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

Color convert

RGB 190 193 77 -
CMYK 0.02 0 0.60 0.24
HSL 61.55º 0.48% 0.53% -
HSV(B) 61.55º 0.6% 0.76% -
XYZ 41.64 49.62 14.4 -
YUV 178.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 190 193 77 0.02 0 0.60 0.24 61.55 0.48 0.53
Hex BE C1 4D 2 0 3C 18 3E 30 35
Octal 276 301 115 2 0 74 30 76 60 65
Binary 10111110 11000001 1001101 10 0 111100 11000 111110 110000 110101

Color Harmonies of #BEC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC14D

Black with #BEC14D

Text Example


Text Example

White with #BEC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC14D; }

 p { color: rgb(190,193,77); }

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

background-color css

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

 a { background-color: rgb(190,193,77); }

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

border-color css

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

 span { border-color: rgb(190,193,77); }

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