Html Css Color HEX #BECC00 La Rioja

📋 copy color: '#BECC00'

red 190 ◦ green 204 ◦ blue 0

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

Shades of La Rioja #BECC00

Tints of La Rioja #BECC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.22%
G = 51.78%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#BECC00 (or 0xBECC00) is known color: La Rioja. HEX triplet: BE, CC and 00. RGB value is (190,204,0). Sum of RGB (Red+Green+Blue) = 190+204+0=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC00 is #4133FF. Grayscale: #B1B1B1. Windows color (decimal): -4273152 or 52414. OLE color: 52414.

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

Color convert

RGB 190 204 0 -
CMYK 0.07 0 1 0.2
HSL 64.12º 1% 0.4% -
HSV(B) 64.12º 1% 0.8% -
XYZ 42.83 54.13 8.19 -
YUV 176.56 28.36 137.59 -
System Red Green Blue C M Y K H S L
Decimal 190 204 0 0.07 0 1 0.2 64.12 1 0.4
Hex BE CC 0 7 0 64 14 40 64 28
Octal 276 314 0 7 0 144 24 100 144 50
Binary 10111110 11001100 0 111 0 1100100 10100 1000000 1100100 101000

Color Harmonies of #BECC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC00

Black with #BECC00

Text Example


Text Example

White with #BECC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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