Html Css Color HEX #BECD0D La Rioja

📋 copy color: '#BECD0D'

red 190 ◦ green 205 ◦ blue 13

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

Shades of La Rioja #BECD0D

Tints of La Rioja #BECD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 46.57%
G = 50.25%
B = 3.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#BECD0D (or 0xBECD0D) is known color: La Rioja. HEX triplet: BE, CD and 0D. RGB value is (190,205,13). Sum of RGB (Red+Green+Blue) = 190+205+13=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECD0D is #4132F2. Grayscale: #B3B3B3. Windows color (decimal): -4272883 or 904638. OLE color: 904638.

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

Color convert

RGB 190 205 13 -
CMYK 0.07 0 0.94 0.20
HSL 64.69º 0.88% 0.43% -
HSV(B) 64.69º 0.94% 0.8% -
XYZ 43.14 54.64 8.65 -
YUV 178.63 34.53 136.11 -
System Red Green Blue C M Y K H S L
Decimal 190 205 13 0.07 0 0.94 0.20 64.69 0.88 0.43
Hex BE CD D 7 0 5E 14 41 58 2B
Octal 276 315 15 7 0 136 24 101 130 53
Binary 10111110 11001101 1101 111 0 1011110 10100 1000001 1011000 101011

Color Harmonies of #BECD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD0D

Black with #BECD0D

Text Example


Text Example

White with #BECD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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