#BEC74E

Color #BEC74E Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BEC74E

Tints of Celery #BEC74E

Color information

#BEC74E (or 0xBEC74E) is unknown color: approx Celery. HEX triplet: BE, C7 and 4E. RGB value is (190,199,78). Sum of RGB (Red+Green+Blue) = 190+199+78=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC74E is #4138B1. Grayscale: #B6B6B6. Windows color (decimal): -4274354 or 5162942. OLE color: 5162942.

HSL color Cylindrical-coordinate representation of color #BEC74E: hue angle of 64.46º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEC74E is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19019978-
CMYK0.0500.610.22
HSL64.46º51.93%54.31%-
HSV(B)64.46º60.8%78.04%-
XYZ43.0352.3415.04-
YUV182.5269.02133.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 78 (30.86% from 255) = 16.70%
R=40.69%
G=42.61%
B=16.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190199780.0500.610.2264.4651.9354.31
HexBEC74E503D16403436
Octal2763071165075261006466
Binary101111101100011110011101010111101101101000000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC74E; }

 p { color: rgb(190,199,78); }

 H1.HeaderClassName
 {
   color: #BEC74E;
 }
 .AnyTagClassName
 {
   color: #BEC74E;
 }
</style>
background-color css

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

 a { background-color: rgb(190,199,78); }

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

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

 span { border-color: rgb(190,199,78); }

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