Html Css Color HEX #BEC70C La Rioja

📋 copy color: '#BEC70C'

red 190 ◦ green 199 ◦ blue 12

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

Shades of La Rioja #BEC70C

Tints of La Rioja #BEC70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.63%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 47.38%
G = 49.63%
B = 2.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BEC70C (or 0xBEC70C) is known color: La Rioja. HEX triplet: BE, C7 and 0C. RGB value is (190,199,12). Sum of RGB (Red+Green+Blue) = 190+199+12=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC70C is #4138F3. Grayscale: #AFAFAF. Windows color (decimal): -4274420 or 837566. OLE color: 837566.

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

Color convert

RGB 190 199 12 -
CMYK 0.05 0 0.94 0.22
HSL 62.89º 0.89% 0.41% -
HSV(B) 62.89º 0.94% 0.78% -
XYZ 41.72 51.82 8.15 -
YUV 174.99 36.02 138.71 -
System Red Green Blue C M Y K H S L
Decimal 190 199 12 0.05 0 0.94 0.22 62.89 0.89 0.41
Hex BE C7 C 5 0 5E 16 3F 59 29
Octal 276 307 14 5 0 136 26 77 131 51
Binary 10111110 11000111 1100 101 0 1011110 10110 111111 1011001 101001

Color Harmonies of #BEC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC70C

Black with #BEC70C

Text Example


Text Example

White with #BEC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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