Html Css Color HEX #BDC517 Rio Grande

📋 copy color: '#BDC517'

red 189 ◦ green 197 ◦ blue 23

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

Shades of Rio Grande #BDC517

Tints of Rio Grande #BDC517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.17%

 BLUE value IS 23 (9.38% from 255) = 5.62%

R = 46.21%
G = 48.17%
B = 5.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#BDC517 (or 0xBDC517) is known color: Rio Grande. HEX triplet: BD, C5 and 17. RGB value is (189,197,23). Sum of RGB (Red+Green+Blue) = 189+197+23=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC517 is #423AE8. Grayscale: #AFAFAF. Windows color (decimal): -4340457 or 1557949. OLE color: 1557949.

HSL color Cylindrical-coordinate representation of color #BDC517: hue angle of 62.76º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC517 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 23 -
CMYK 0.04 0 0.88 0.23
HSL 62.76º 0.79% 0.43% -
HSV(B) 62.76º 0.88% 0.77% -
XYZ 41.11 50.81 8.45 -
YUV 174.77 42.35 138.15 -
System Red Green Blue C M Y K H S L
Decimal 189 197 23 0.04 0 0.88 0.23 62.76 0.79 0.43
Hex BD C5 17 4 0 58 17 3F 4F 2B
Octal 275 305 27 4 0 130 27 77 117 53
Binary 10111101 11000101 10111 100 0 1011000 10111 111111 1001111 101011

Color Harmonies of #BDC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC517

Black with #BDC517

Text Example


Text Example

White with #BDC517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC517; }

 p { color: rgb(189,197,23); }

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

background-color css

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

 a { background-color: rgb(189,197,23); }

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

border-color css

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

 span { border-color: rgb(189,197,23); }

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