Html Css Color HEX #BECD0F La Rioja

📋 copy color: '#BECD0F'

red 190 ◦ green 205 ◦ blue 15

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

Shades of La Rioja #BECD0F

Tints of La Rioja #BECD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.66%

R = 46.34%
G = 50%
B = 3.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#BECD0F (or 0xBECD0F) is known color: La Rioja. HEX triplet: BE, CD and 0F. RGB value is (190,205,15). Sum of RGB (Red+Green+Blue) = 190+205+15=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECD0F is #4132F0. Grayscale: #B3B3B3. Windows color (decimal): -4272881 or 1035710. OLE color: 1035710.

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

Color convert

RGB 190 205 15 -
CMYK 0.07 0 0.93 0.20
HSL 64.74º 0.86% 0.43% -
HSV(B) 64.74º 0.93% 0.8% -
XYZ 43.15 54.64 8.72 -
YUV 178.86 35.53 135.95 -
System Red Green Blue C M Y K H S L
Decimal 190 205 15 0.07 0 0.93 0.20 64.74 0.86 0.43
Hex BE CD F 7 0 5D 14 41 56 2B
Octal 276 315 17 7 0 135 24 101 126 53
Binary 10111110 11001101 1111 111 0 1011101 10100 1000001 1010110 101011

Color Harmonies of #BECD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD0F

Black with #BECD0F

Text Example


Text Example

White with #BECD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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