Html Css Color HEX #BDD304 La Rioja

📋 copy color: '#BDD304'

red 189 ◦ green 211 ◦ blue 4

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

Shades of La Rioja #BDD304

Tints of La Rioja #BDD304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.23%

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

R = 46.78%
G = 52.23%
B = 0.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#BDD304 (or 0xBDD304) is known color: La Rioja. HEX triplet: BD, D3 and 04. RGB value is (189,211,4). Sum of RGB (Red+Green+Blue) = 189+211+4=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD304 is #422CFB. Grayscale: #B5B5B5. Windows color (decimal): -4336892 or 316349. OLE color: 316349.

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

Color convert

RGB 189 211 4 -
CMYK 0.10 0 0.98 0.17
HSL 66.38º 0.96% 0.42% -
HSV(B) 66.38º 0.98% 0.83% -
XYZ 44.3 57.42 8.86 -
YUV 180.82 28.21 133.83 -
System Red Green Blue C M Y K H S L
Decimal 189 211 4 0.10 0 0.98 0.17 66.38 0.96 0.42
Hex BD D3 4 A 0 62 11 42 60 2A
Octal 275 323 4 12 0 142 21 102 140 52
Binary 10111101 11010011 100 1010 0 1100010 10001 1000010 1100000 101010

Color Harmonies of #BDD304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD304

Black with #BDD304

Text Example


Text Example

White with #BDD304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD304; }

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

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

background-color css

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

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

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

border-color css

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

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

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