Html Css Color HEX #BDD50A La Rioja

📋 copy color: '#BDD50A'

red 189 ◦ green 213 ◦ blue 10

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

Shades of La Rioja #BDD50A

Tints of La Rioja #BDD50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 45.87%
G = 51.7%
B = 2.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#BDD50A (or 0xBDD50A) is known color: La Rioja. HEX triplet: BD, D5 and 0A. RGB value is (189,213,10). Sum of RGB (Red+Green+Blue) = 189+213+10=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD50A is #422AF5. Grayscale: #B7B7B7. Windows color (decimal): -4336374 or 710077. OLE color: 710077.

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

Color convert

RGB 189 213 10 -
CMYK 0.11 0 0.95 0.16
HSL 67.09º 0.91% 0.44% -
HSV(B) 67.09º 0.95% 0.84% -
XYZ 44.84 58.43 9.2 -
YUV 182.68 30.55 132.51 -
System Red Green Blue C M Y K H S L
Decimal 189 213 10 0.11 0 0.95 0.16 67.09 0.91 0.44
Hex BD D5 A B 0 5F 10 43 5B 2C
Octal 275 325 12 13 0 137 20 103 133 54
Binary 10111101 11010101 1010 1011 0 1011111 10000 1000011 1011011 101100

Color Harmonies of #BDD50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD50A

Black with #BDD50A

Text Example


Text Example

White with #BDD50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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