Html Css Color HEX #BDC511 La Rioja

📋 copy color: '#BDC511'

red 189 ◦ green 197 ◦ blue 17

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

Shades of La Rioja #BDC511

Tints of La Rioja #BDC511

RGB

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

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

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

R = 46.9%
G = 48.88%
B = 4.22%

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

#BDC511 (or 0xBDC511) is known color: La Rioja. HEX triplet: BD, C5 and 11. RGB value is (189,197,17). Sum of RGB (Red+Green+Blue) = 189+197+17=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC511 is #423AEE. Grayscale: #AEAEAE. Windows color (decimal): -4340463 or 1164733. OLE color: 1164733.

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

Color convert

RGB 189 197 17 -
CMYK 0.04 0 0.91 0.23
HSL 62.67º 0.84% 0.42% -
HSV(B) 62.67º 0.91% 0.77% -
XYZ 41.05 50.79 8.17 -
YUV 174.09 39.35 138.64 -
System Red Green Blue C M Y K H S L
Decimal 189 197 17 0.04 0 0.91 0.23 62.67 0.84 0.42
Hex BD C5 11 4 0 5B 17 3F 54 2A
Octal 275 305 21 4 0 133 27 77 124 52
Binary 10111101 11000101 10001 100 0 1011011 10111 111111 1010100 101010

Color Harmonies of #BDC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC511

Black with #BDC511

Text Example


Text Example

White with #BDC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC511; }

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

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

background-color css

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

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

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

border-color css

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

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

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