Html Css Color HEX #BEC206 La Rioja

📋 copy color: '#BEC206'

red 190 ◦ green 194 ◦ blue 6

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

Shades of La Rioja #BEC206

Tints of La Rioja #BEC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.74%

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

R = 48.72%
G = 49.74%
B = 1.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#BEC206 (or 0xBEC206) is known color: La Rioja. HEX triplet: BE, C2 and 06. RGB value is (190,194,6). Sum of RGB (Red+Green+Blue) = 190+194+6=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC206 is #413DF9. Grayscale: #ACACAC. Windows color (decimal): -4275706 or 443070. OLE color: 443070.

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

Color convert

RGB 190 194 6 -
CMYK 0.02 0 0.97 0.24
HSL 61.28º 0.94% 0.39% -
HSV(B) 61.28º 0.97% 0.76% -
XYZ 40.56 49.54 7.6 -
YUV 171.37 34.67 141.29 -
System Red Green Blue C M Y K H S L
Decimal 190 194 6 0.02 0 0.97 0.24 61.28 0.94 0.39
Hex BE C2 6 2 0 61 18 3D 5E 27
Octal 276 302 6 2 0 141 30 75 136 47
Binary 10111110 11000010 110 10 0 1100001 11000 111101 1011110 100111

Color Harmonies of #BEC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC206

Black with #BEC206

Text Example


Text Example

White with #BEC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC206; }

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

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

background-color css

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

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

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

border-color css

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

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

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