Html Css Color HEX #BDC50D La Rioja

📋 copy color: '#BDC50D'

red 189 ◦ green 197 ◦ blue 13

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

Shades of La Rioja #BDC50D

Tints of La Rioja #BDC50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 47.37%
G = 49.37%
B = 3.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#BDC50D (or 0xBDC50D) is known color: La Rioja. HEX triplet: BD, C5 and 0D. RGB value is (189,197,13). Sum of RGB (Red+Green+Blue) = 189+197+13=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC50D is #423AF2. Grayscale: #AEAEAE. Windows color (decimal): -4340467 or 902589. OLE color: 902589.

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

Color convert

RGB 189 197 13 -
CMYK 0.04 0 0.93 0.23
HSL 62.61º 0.88% 0.41% -
HSV(B) 62.61º 0.93% 0.77% -
XYZ 41.03 50.78 8.02 -
YUV 173.63 37.35 138.96 -
System Red Green Blue C M Y K H S L
Decimal 189 197 13 0.04 0 0.93 0.23 62.61 0.88 0.41
Hex BD C5 D 4 0 5D 17 3F 58 29
Octal 275 305 15 4 0 135 27 77 130 51
Binary 10111101 11000101 1101 100 0 1011101 10111 111111 1011000 101001

Color Harmonies of #BDC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC50D

Black with #BDC50D

Text Example


Text Example

White with #BDC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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