Html Css Color HEX #BDD104 La Rioja

📋 copy color: '#BDD104'

red 189 ◦ green 209 ◦ blue 4

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

Shades of La Rioja #BDD104

Tints of La Rioja #BDD104

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.99%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 47.01%
G = 51.99%
B = 1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#BDD104 (or 0xBDD104) is known color: La Rioja. HEX triplet: BD, D1 and 04. RGB value is (189,209,4). Sum of RGB (Red+Green+Blue) = 189+209+4=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD104 is #422EFB. Grayscale: #B4B4B4. Windows color (decimal): -4337404 or 315837. OLE color: 315837.

HSL color Cylindrical-coordinate representation of color #BDD104: hue angle of 65.85º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD104 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 4 -
CMYK 0.10 0 0.98 0.18
HSL 65.85º 0.96% 0.42% -
HSV(B) 65.85º 0.98% 0.82% -
XYZ 43.81 56.43 8.7 -
YUV 179.65 28.87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 189 209 4 0.10 0 0.98 0.18 65.85 0.96 0.42
Hex BD D1 4 A 0 62 12 42 60 2A
Octal 275 321 4 12 0 142 22 102 140 52
Binary 10111101 11010001 100 1010 0 1100010 10010 1000010 1100000 101010

Color Harmonies of #BDD104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD104

Black with #BDD104

Text Example


Text Example

White with #BDD104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD104; }

 p { color: rgb(189,209,4); }

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

background-color css

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

 a { background-color: rgb(189,209,4); }

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

border-color css

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

 span { border-color: rgb(189,209,4); }

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