Html Css Color HEX #BDC311 La Rioja

📋 copy color: '#BDC311'

red 189 ◦ green 195 ◦ blue 17

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

Shades of La Rioja #BDC311

Tints of La Rioja #BDC311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.63%

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

R = 47.13%
G = 48.63%
B = 4.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BDC311 (or 0xBDC311) is known color: La Rioja. HEX triplet: BD, C3 and 11. RGB value is (189,195,17). Sum of RGB (Red+Green+Blue) = 189+195+17=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC311 is #423CEE. Grayscale: #ADADAD. Windows color (decimal): -4340975 or 1164221. OLE color: 1164221.

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

Color convert

RGB 189 195 17 -
CMYK 0.03 0 0.91 0.24
HSL 62.02º 0.84% 0.42% -
HSV(B) 62.02º 0.91% 0.76% -
XYZ 40.6 49.89 8.02 -
YUV 172.91 40.01 139.47 -
System Red Green Blue C M Y K H S L
Decimal 189 195 17 0.03 0 0.91 0.24 62.02 0.84 0.42
Hex BD C3 11 3 0 5B 18 3E 54 2A
Octal 275 303 21 3 0 133 30 76 124 52
Binary 10111101 11000011 10001 11 0 1011011 11000 111110 1010100 101010

Color Harmonies of #BDC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC311

Black with #BDC311

Text Example


Text Example

White with #BDC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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