Html Css Color HEX #BDC411 La Rioja

📋 copy color: '#BDC411'

red 189 ◦ green 196 ◦ blue 17

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

Shades of La Rioja #BDC411

Tints of La Rioja #BDC411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.23%

R = 47.01%
G = 48.76%
B = 4.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#BDC411 (or 0xBDC411) is known color: La Rioja. HEX triplet: BD, C4 and 11. RGB value is (189,196,17). Sum of RGB (Red+Green+Blue) = 189+196+17=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC411 is #423BEE. Grayscale: #AEAEAE. Windows color (decimal): -4340719 or 1164477. OLE color: 1164477.

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

Color convert

RGB 189 196 17 -
CMYK 0.04 0 0.91 0.23
HSL 62.35º 0.84% 0.42% -
HSV(B) 62.35º 0.91% 0.77% -
XYZ 40.83 50.34 8.09 -
YUV 173.5 39.68 139.05 -
System Red Green Blue C M Y K H S L
Decimal 189 196 17 0.04 0 0.91 0.23 62.35 0.84 0.42
Hex BD C4 11 4 0 5B 17 3E 54 2A
Octal 275 304 21 4 0 133 27 76 124 52
Binary 10111101 11000100 10001 100 0 1011011 10111 111110 1010100 101010

Color Harmonies of #BDC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC411

Black with #BDC411

Text Example


Text Example

White with #BDC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC411; }

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

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

background-color css

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

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

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

border-color css

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

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

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