Html Css Color HEX #BEC30C La Rioja

📋 copy color: '#BEC30C'

red 190 ◦ green 195 ◦ blue 12

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

Shades of La Rioja #BEC30C

Tints of La Rioja #BEC30C

RGB

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

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

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

R = 47.86%
G = 49.12%
B = 3.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BEC30C (or 0xBEC30C) is known color: La Rioja. HEX triplet: BE, C3 and 0C. RGB value is (190,195,12). Sum of RGB (Red+Green+Blue) = 190+195+12=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC30C is #413CF3. Grayscale: #ADADAD. Windows color (decimal): -4275444 or 836542. OLE color: 836542.

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

Color convert

RGB 190 195 12 -
CMYK 0.03 0 0.94 0.24
HSL 61.64º 0.88% 0.41% -
HSV(B) 61.64º 0.94% 0.76% -
XYZ 40.82 50 7.85 -
YUV 172.64 37.34 140.38 -
System Red Green Blue C M Y K H S L
Decimal 190 195 12 0.03 0 0.94 0.24 61.64 0.88 0.41
Hex BE C3 C 3 0 5E 18 3E 58 29
Octal 276 303 14 3 0 136 30 76 130 51
Binary 10111110 11000011 1100 11 0 1011110 11000 111110 1011000 101001

Color Harmonies of #BEC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC30C

Black with #BEC30C

Text Example


Text Example

White with #BEC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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