Html Css Color HEX #BDD504 La Rioja

📋 copy color: '#BDD504'

red 189 ◦ green 213 ◦ blue 4

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

Shades of La Rioja #BDD504

Tints of La Rioja #BDD504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.46%

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

R = 46.55%
G = 52.46%
B = 0.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#BDD504 (or 0xBDD504) is known color: La Rioja. HEX triplet: BD, D5 and 04. RGB value is (189,213,4). Sum of RGB (Red+Green+Blue) = 189+213+4=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD504 is #422AFB. Grayscale: #B6B6B6. Windows color (decimal): -4336380 or 316861. OLE color: 316861.

HSL color Cylindrical-coordinate representation of color #BDD504: hue angle of 66.89º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD504 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 4 -
CMYK 0.11 0 0.98 0.16
HSL 66.89º 0.96% 0.43% -
HSV(B) 66.89º 0.98% 0.84% -
XYZ 44.8 58.42 9.03 -
YUV 182 27.55 132.99 -
System Red Green Blue C M Y K H S L
Decimal 189 213 4 0.11 0 0.98 0.16 66.89 0.96 0.43
Hex BD D5 4 B 0 62 10 43 60 2B
Octal 275 325 4 13 0 142 20 103 140 53
Binary 10111101 11010101 100 1011 0 1100010 10000 1000011 1100000 101011

Color Harmonies of #BDD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD504

Black with #BDD504

Text Example


Text Example

White with #BDD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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