Html Css Color HEX #BDC513 La Rioja

📋 copy color: '#BDC513'

red 189 ◦ green 197 ◦ blue 19

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

Shades of La Rioja #BDC513

Tints of La Rioja #BDC513

RGB

 RED value IS 189 (74.22% from 255) = 46.67%

 GREEN value IS 197 (77.34% from 255) = 48.64%

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 46.67%
G = 48.64%
B = 4.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#BDC513 (or 0xBDC513) is known color: La Rioja. HEX triplet: BD, C5 and 13. RGB value is (189,197,19). Sum of RGB (Red+Green+Blue) = 189+197+19=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC513 is #423AEC. Grayscale: #AFAFAF. Windows color (decimal): -4340461 or 1295805. OLE color: 1295805.

HSL color Cylindrical-coordinate representation of color #BDC513: hue angle of 62.7º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDC513 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 19 -
CMYK 0.04 0 0.90 0.23
HSL 62.7º 0.82% 0.42% -
HSV(B) 62.7º 0.9% 0.77% -
XYZ 41.07 50.8 8.26 -
YUV 174.32 40.35 138.47 -
System Red Green Blue C M Y K H S L
Decimal 189 197 19 0.04 0 0.90 0.23 62.7 0.82 0.42
Hex BD C5 13 4 0 5A 17 3F 52 2A
Octal 275 305 23 4 0 132 27 77 122 52
Binary 10111101 11000101 10011 100 0 1011010 10111 111111 1010010 101010

Color Harmonies of #BDC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC513

Black with #BDC513

Text Example


Text Example

White with #BDC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC513; }

 p { color: rgb(189,197,19); }

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

background-color css

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

 a { background-color: rgb(189,197,19); }

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

border-color css

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

 span { border-color: rgb(189,197,19); }

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