Html Css Color HEX #BECC0A La Rioja

📋 copy color: '#BECC0A'

red 190 ◦ green 204 ◦ blue 10

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

Shades of La Rioja #BECC0A

Tints of La Rioja #BECC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 47.03%
G = 50.5%
B = 2.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#BECC0A (or 0xBECC0A) is known color: La Rioja. HEX triplet: BE, CC and 0A. RGB value is (190,204,10). Sum of RGB (Red+Green+Blue) = 190+204+10=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC0A is #4133F5. Grayscale: #B2B2B2. Windows color (decimal): -4273142 or 707774. OLE color: 707774.

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

Color convert

RGB 190 204 10 -
CMYK 0.07 0 0.95 0.2
HSL 64.33º 0.91% 0.42% -
HSV(B) 64.33º 0.95% 0.8% -
XYZ 42.88 54.15 8.48 -
YUV 177.7 33.36 136.77 -
System Red Green Blue C M Y K H S L
Decimal 190 204 10 0.07 0 0.95 0.2 64.33 0.91 0.42
Hex BE CC A 7 0 5F 14 40 5B 2A
Octal 276 314 12 7 0 137 24 100 133 52
Binary 10111110 11001100 1010 111 0 1011111 10100 1000000 1011011 101010

Color Harmonies of #BECC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC0A

Black with #BECC0A

Text Example


Text Example

White with #BECC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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