Html Css Color HEX #BECC10 La Rioja

📋 copy color: '#BECC10'

red 190 ◦ green 204 ◦ blue 16

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

Shades of La Rioja #BECC10

Tints of La Rioja #BECC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.76%

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 46.34%
G = 49.76%
B = 3.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#BECC10 (or 0xBECC10) is known color: La Rioja. HEX triplet: BE, CC and 10. RGB value is (190,204,16). Sum of RGB (Red+Green+Blue) = 190+204+16=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC10 is #4133EF. Grayscale: #B3B3B3. Windows color (decimal): -4273136 or 1100990. OLE color: 1100990.

HSL color Cylindrical-coordinate representation of color #BECC10: hue angle of 64.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BECC10 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 16 -
CMYK 0.07 0 0.92 0.2
HSL 64.47º 0.85% 0.43% -
HSV(B) 64.47º 0.92% 0.8% -
XYZ 42.92 54.17 8.68 -
YUV 178.38 36.36 136.29 -
System Red Green Blue C M Y K H S L
Decimal 190 204 16 0.07 0 0.92 0.2 64.47 0.85 0.43
Hex BE CC 10 7 0 5C 14 40 55 2B
Octal 276 314 20 7 0 134 24 100 125 53
Binary 10111110 11001100 10000 111 0 1011100 10100 1000000 1010101 101011

Color Harmonies of #BECC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC10

Black with #BECC10

Text Example


Text Example

White with #BECC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC10; }

 p { color: rgb(190,204,16); }

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

background-color css

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

 a { background-color: rgb(190,204,16); }

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

border-color css

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

 span { border-color: rgb(190,204,16); }

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