Html Css Color HEX #BDD204 La Rioja

📋 copy color: '#BDD204'

red 189 ◦ green 210 ◦ blue 4

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

Shades of La Rioja #BDD204

Tints of La Rioja #BDD204

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.11%

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

R = 46.9%
G = 52.11%
B = 0.99%

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

#BDD204 (or 0xBDD204) is known color: La Rioja. HEX triplet: BD, D2 and 04. RGB value is (189,210,4). Sum of RGB (Red+Green+Blue) = 189+210+4=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD204 is #422DFB. Grayscale: #B5B5B5. Windows color (decimal): -4337148 or 316093. OLE color: 316093.

HSL color Cylindrical-coordinate representation of color #BDD204: hue angle of 66.12º 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 #BDD204 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 4 -
CMYK 0.10 0 0.98 0.18
HSL 66.12º 0.96% 0.42% -
HSV(B) 66.12º 0.98% 0.82% -
XYZ 44.05 56.92 8.78 -
YUV 180.24 28.54 134.25 -
System Red Green Blue C M Y K H S L
Decimal 189 210 4 0.10 0 0.98 0.18 66.12 0.96 0.42
Hex BD D2 4 A 0 62 12 42 60 2A
Octal 275 322 4 12 0 142 22 102 140 52
Binary 10111101 11010010 100 1010 0 1100010 10010 1000010 1100000 101010

Color Harmonies of #BDD204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD204

Black with #BDD204

Text Example


Text Example

White with #BDD204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD204; }

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

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

background-color css

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

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

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

border-color css

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

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

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