Html Css Color HEX #BDD509 La Rioja

📋 copy color: '#BDD509'

red 189 ◦ green 213 ◦ blue 9

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

Shades of La Rioja #BDD509

Tints of La Rioja #BDD509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.19%

R = 45.99%
G = 51.82%
B = 2.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BDD509 (or 0xBDD509) is known color: La Rioja. HEX triplet: BD, D5 and 09. RGB value is (189,213,9). Sum of RGB (Red+Green+Blue) = 189+213+9=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD509 is #422AF6. Grayscale: #B7B7B7. Windows color (decimal): -4336375 or 644541. OLE color: 644541.

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

Color convert

RGB 189 213 9 -
CMYK 0.11 0 0.96 0.16
HSL 67.06º 0.92% 0.44% -
HSV(B) 67.06º 0.96% 0.84% -
XYZ 44.83 58.43 9.17 -
YUV 182.57 30.05 132.59 -
System Red Green Blue C M Y K H S L
Decimal 189 213 9 0.11 0 0.96 0.16 67.06 0.92 0.44
Hex BD D5 9 B 0 60 10 43 5C 2C
Octal 275 325 11 13 0 140 20 103 134 54
Binary 10111101 11010101 1001 1011 0 1100000 10000 1000011 1011100 101100

Color Harmonies of #BDD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD509

Black with #BDD509

Text Example


Text Example

White with #BDD509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD509; }

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

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

background-color css

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

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

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

border-color css

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

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

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