Html Css Color HEX #BDC500 La Rioja

📋 copy color: '#BDC500'

red 189 ◦ green 197 ◦ blue 0

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

Shades of La Rioja #BDC500

Tints of La Rioja #BDC500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.96%
G = 51.04%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#BDC500 (or 0xBDC500) is known color: La Rioja. HEX triplet: BD, C5 and 00. RGB value is (189,197,0). Sum of RGB (Red+Green+Blue) = 189+197+0=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC500 is #423AFF. Grayscale: #ACACAC. Windows color (decimal): -4340480 or 50621. OLE color: 50621.

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

Color convert

RGB 189 197 0 -
CMYK 0.04 0 1 0.23
HSL 62.44º 1% 0.39% -
HSV(B) 62.44º 1% 0.77% -
XYZ 40.95 50.75 7.64 -
YUV 172.15 30.85 140.02 -
System Red Green Blue C M Y K H S L
Decimal 189 197 0 0.04 0 1 0.23 62.44 1 0.39
Hex BD C5 0 4 0 64 17 3E 64 27
Octal 275 305 0 4 0 144 27 76 144 47
Binary 10111101 11000101 0 100 0 1100100 10111 111110 1100100 100111

Color Harmonies of #BDC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC500

Black with #BDC500

Text Example


Text Example

White with #BDC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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