Html Css Color HEX #BDC40D La Rioja

📋 copy color: '#BDC40D'

red 189 ◦ green 196 ◦ blue 13

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

Shades of La Rioja #BDC40D

Tints of La Rioja #BDC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

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

R = 47.49%
G = 49.25%
B = 3.27%

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

#BDC40D (or 0xBDC40D) is known color: La Rioja. HEX triplet: BD, C4 and 0D. RGB value is (189,196,13). Sum of RGB (Red+Green+Blue) = 189+196+13=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC40D is #423BF2. Grayscale: #ADADAD. Windows color (decimal): -4340723 or 902333. OLE color: 902333.

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

Color convert

RGB 189 196 13 -
CMYK 0.04 0 0.93 0.23
HSL 62.3º 0.88% 0.41% -
HSV(B) 62.3º 0.93% 0.77% -
XYZ 40.8 50.33 7.94 -
YUV 173.05 37.68 139.38 -
System Red Green Blue C M Y K H S L
Decimal 189 196 13 0.04 0 0.93 0.23 62.3 0.88 0.41
Hex BD C4 D 4 0 5D 17 3E 58 29
Octal 275 304 15 4 0 135 27 76 130 51
Binary 10111101 11000100 1101 100 0 1011101 10111 111110 1011000 101001

Color Harmonies of #BDC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC40D

Black with #BDC40D

Text Example


Text Example

White with #BDC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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