Html Css Color HEX #BEC340 Celery

📋 copy color: '#BEC340'

red 190 ◦ green 195 ◦ blue 64

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

Shades of Celery #BEC340

Tints of Celery #BEC340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.25%

R = 42.32%
G = 43.43%
B = 14.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#BEC340 (or 0xBEC340) is known color: Celery. HEX triplet: BE, C3 and 40. RGB value is (190,195,64). Sum of RGB (Red+Green+Blue) = 190+195+64=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC340 is #413CBF. Grayscale: #B3B3B3. Windows color (decimal): -4275392 or 4244414. OLE color: 4244414.

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

Color convert

RGB 190 195 64 -
CMYK 0.03 0 0.67 0.24
HSL 62.29º 0.52% 0.51% -
HSV(B) 62.29º 0.67% 0.76% -
XYZ 41.68 50.35 12.37 -
YUV 178.57 63.34 136.15 -
System Red Green Blue C M Y K H S L
Decimal 190 195 64 0.03 0 0.67 0.24 62.29 0.52 0.51
Hex BE C3 40 3 0 43 18 3E 34 33
Octal 276 303 100 3 0 103 30 76 64 63
Binary 10111110 11000011 1000000 11 0 1000011 11000 111110 110100 110011

Color Harmonies of #BEC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC340

Black with #BEC340

Text Example


Text Example

White with #BEC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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