Html Css Color HEX #BDC809 La Rioja

📋 copy color: '#BDC809'

red 189 ◦ green 200 ◦ blue 9

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

Shades of La Rioja #BDC809

Tints of La Rioja #BDC809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.25%

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

R = 47.49%
G = 50.25%
B = 2.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#BDC809 (or 0xBDC809) is known color: La Rioja. HEX triplet: BD, C8 and 09. RGB value is (189,200,9). Sum of RGB (Red+Green+Blue) = 189+200+9=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC809 is #4237F6. Grayscale: #AFAFAF. Windows color (decimal): -4339703 or 641213. OLE color: 641213.

HSL color Cylindrical-coordinate representation of color #BDC809: hue angle of 63.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDC809 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 9 -
CMYK 0.06 0 0.96 0.22
HSL 63.46º 0.91% 0.41% -
HSV(B) 63.46º 0.96% 0.78% -
XYZ 41.69 52.15 8.13 -
YUV 174.94 34.36 138.03 -
System Red Green Blue C M Y K H S L
Decimal 189 200 9 0.06 0 0.96 0.22 63.46 0.91 0.41
Hex BD C8 9 6 0 60 16 3F 5B 29
Octal 275 310 11 6 0 140 26 77 133 51
Binary 10111101 11001000 1001 110 0 1100000 10110 111111 1011011 101001

Color Harmonies of #BDC809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC809

Black with #BDC809

Text Example


Text Example

White with #BDC809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC809; }

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

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

background-color css

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

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

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

border-color css

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

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

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