Html Css Color HEX #BECD00 La Rioja

📋 copy color: '#BECD00'

red 190 ◦ green 205 ◦ blue 0

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

Shades of La Rioja #BECD00

Tints of La Rioja #BECD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.9%

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

R = 48.1%
G = 51.9%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#BECD00 (or 0xBECD00) is known color: La Rioja. HEX triplet: BE, CD and 00. RGB value is (190,205,0). Sum of RGB (Red+Green+Blue) = 190+205+0=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECD00 is #4132FF. Grayscale: #B1B1B1. Windows color (decimal): -4272896 or 52670. OLE color: 52670.

HSL color Cylindrical-coordinate representation of color #BECD00: hue angle of 64.39º 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 #BECD00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 0 -
CMYK 0.07 0 1 0.20
HSL 64.39º 1% 0.4% -
HSV(B) 64.39º 1% 0.8% -
XYZ 43.07 54.61 8.27 -
YUV 177.15 28.03 137.17 -
System Red Green Blue C M Y K H S L
Decimal 190 205 0 0.07 0 1 0.20 64.39 1 0.4
Hex BE CD 0 7 0 64 14 40 64 28
Octal 276 315 0 7 0 144 24 100 144 50
Binary 10111110 11001101 0 111 0 1100100 10100 1000000 1100100 101000

Color Harmonies of #BECD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD00

Black with #BECD00

Text Example


Text Example

White with #BECD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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