Html Css Color HEX #BEC042 Celery

📋 copy color: '#BEC042'

red 190 ◦ green 192 ◦ blue 66

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

Shades of Celery #BEC042

Tints of Celery #BEC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.86%

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 42.41%
G = 42.86%
B = 14.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEC042 (or 0xBEC042) is known color: Celery. HEX triplet: BE, C0 and 42. RGB value is (190,192,66). Sum of RGB (Red+Green+Blue) = 190+192+66=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC042 is #413FBD. Grayscale: #B1B1B1. Windows color (decimal): -4276158 or 4374718. OLE color: 4374718.

HSL color Cylindrical-coordinate representation of color #BEC042: hue angle of 60.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEC042 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 66 -
CMYK 0.01 0 0.66 0.25
HSL 60.95º 0.5% 0.51% -
HSV(B) 60.95º 0.66% 0.75% -
XYZ 41.07 49.04 12.46 -
YUV 177.04 65.34 137.25 -
System Red Green Blue C M Y K H S L
Decimal 190 192 66 0.01 0 0.66 0.25 60.95 0.5 0.51
Hex BE C0 42 1 0 42 19 3D 32 33
Octal 276 300 102 1 0 102 31 75 62 63
Binary 10111110 11000000 1000010 1 0 1000010 11001 111101 110010 110011

Color Harmonies of #BEC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC042

Black with #BEC042

Text Example


Text Example

White with #BEC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC042; }

 p { color: rgb(190,192,66); }

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

background-color css

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

 a { background-color: rgb(190,192,66); }

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

border-color css

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

 span { border-color: rgb(190,192,66); }

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