Html Css Color HEX #BDC310 La Rioja

📋 copy color: '#BDC310'

red 189 ◦ green 195 ◦ blue 16

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

Shades of La Rioja #BDC310

Tints of La Rioja #BDC310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4%

R = 47.25%
G = 48.75%
B = 4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BDC310 (or 0xBDC310) is known color: La Rioja. HEX triplet: BD, C3 and 10. RGB value is (189,195,16). Sum of RGB (Red+Green+Blue) = 189+195+16=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC310 is #423CEF. Grayscale: #ADADAD. Windows color (decimal): -4340976 or 1098685. OLE color: 1098685.

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

Color convert

RGB 189 195 16 -
CMYK 0.03 0 0.92 0.24
HSL 62.01º 0.85% 0.41% -
HSV(B) 62.01º 0.92% 0.76% -
XYZ 40.59 49.89 7.98 -
YUV 172.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 189 195 16 0.03 0 0.92 0.24 62.01 0.85 0.41
Hex BD C3 10 3 0 5C 18 3E 55 29
Octal 275 303 20 3 0 134 30 76 125 51
Binary 10111101 11000011 10000 11 0 1011100 11000 111110 1010101 101001

Color Harmonies of #BDC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC310

Black with #BDC310

Text Example


Text Example

White with #BDC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC310; }

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

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

background-color css

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

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

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

border-color css

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

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

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