Html Css Color HEX #BDC605 La Rioja

📋 copy color: '#BDC605'

red 189 ◦ green 198 ◦ blue 5

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

Shades of La Rioja #BDC605

Tints of La Rioja #BDC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.51%

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 48.21%
G = 50.51%
B = 1.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#BDC605 (or 0xBDC605) is known color: La Rioja. HEX triplet: BD, C6 and 05. RGB value is (189,198,5). Sum of RGB (Red+Green+Blue) = 189+198+5=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC605 is #4239FA. Grayscale: #AEAEAE. Windows color (decimal): -4340219 or 378557. OLE color: 378557.

HSL color Cylindrical-coordinate representation of color #BDC605: hue angle of 62.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC605 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 5 -
CMYK 0.05 0 0.97 0.22
HSL 62.8º 0.95% 0.4% -
HSV(B) 62.8º 0.97% 0.78% -
XYZ 41.21 51.22 7.86 -
YUV 173.31 33.02 139.19 -
System Red Green Blue C M Y K H S L
Decimal 189 198 5 0.05 0 0.97 0.22 62.8 0.95 0.4
Hex BD C6 5 5 0 61 16 3F 5F 28
Octal 275 306 5 5 0 141 26 77 137 50
Binary 10111101 11000110 101 101 0 1100001 10110 111111 1011111 101000

Color Harmonies of #BDC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC605

Black with #BDC605

Text Example


Text Example

White with #BDC605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC605; }

 p { color: rgb(189,198,5); }

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

background-color css

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

 a { background-color: rgb(189,198,5); }

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

border-color css

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

 span { border-color: rgb(189,198,5); }

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