Html Css Color HEX #BDC413 La Rioja

📋 copy color: '#BDC413'

red 189 ◦ green 196 ◦ blue 19

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

Shades of La Rioja #BDC413

Tints of La Rioja #BDC413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.51%

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

R = 46.78%
G = 48.51%
B = 4.7%

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

#BDC413 (or 0xBDC413) is known color: La Rioja. HEX triplet: BD, C4 and 13. RGB value is (189,196,19). Sum of RGB (Red+Green+Blue) = 189+196+19=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC413 is #423BEC. Grayscale: #AEAEAE. Windows color (decimal): -4340717 or 1295549. OLE color: 1295549.

HSL color Cylindrical-coordinate representation of color #BDC413: hue angle of 62.37º 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 #BDC413 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 19 -
CMYK 0.04 0 0.90 0.23
HSL 62.37º 0.82% 0.42% -
HSV(B) 62.37º 0.9% 0.77% -
XYZ 40.84 50.35 8.18 -
YUV 173.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 189 196 19 0.04 0 0.90 0.23 62.37 0.82 0.42
Hex BD C4 13 4 0 5A 17 3E 52 2A
Octal 275 304 23 4 0 132 27 76 122 52
Binary 10111101 11000100 10011 100 0 1011010 10111 111110 1010010 101010

Color Harmonies of #BDC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC413

Black with #BDC413

Text Example


Text Example

White with #BDC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC413; }

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

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

background-color css

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

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

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

border-color css

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

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

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