Html Css Color HEX #BEC006 La Rioja

📋 copy color: '#BEC006'

red 190 ◦ green 192 ◦ blue 6

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

Shades of La Rioja #BEC006

Tints of La Rioja #BEC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 48.97%
G = 49.48%
B = 1.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BEC006 (or 0xBEC006) is known color: La Rioja. HEX triplet: BE, C0 and 06. RGB value is (190,192,6). Sum of RGB (Red+Green+Blue) = 190+192+6=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC006 is #413FF9. Grayscale: #AAAAAA. Windows color (decimal): -4276218 or 442558. OLE color: 442558.

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

Color convert

RGB 190 192 6 -
CMYK 0.01 0 0.97 0.25
HSL 60.65º 0.94% 0.39% -
HSV(B) 60.65º 0.97% 0.75% -
XYZ 40.12 48.66 7.45 -
YUV 170.2 35.34 142.12 -
System Red Green Blue C M Y K H S L
Decimal 190 192 6 0.01 0 0.97 0.25 60.65 0.94 0.39
Hex BE C0 6 1 0 61 19 3D 5E 27
Octal 276 300 6 1 0 141 31 75 136 47
Binary 10111110 11000000 110 1 0 1100001 11001 111101 1011110 100111

Color Harmonies of #BEC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC006

Black with #BEC006

Text Example


Text Example

White with #BEC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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